diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-11-03 10:52:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 11:52:01 -0300 |
| commit | fcbd524b5dffe4a6496660844d219a3deccc8e07 (patch) | |
| tree | c8f0f50c4c71345d125346b163d7d8910c14fbe0 /assets/xml/code | |
| parent | 11487db1ca48d0bc66cc0eccdd8702566e4fff6a (diff) | |
Debug display mostly OK (#399)
* WIP
* done?
* remove something from variables.h
* missed a warning
* PR fixes (AngheloAlf)
* fix lights
* restore ZAPD makefile
* format
* format again
* fix a graph alloc
* Missed one in skin
Diffstat (limited to 'assets/xml/code')
| -rw-r--r-- | assets/xml/code/debug_display.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/xml/code/debug_display.xml b/assets/xml/code/debug_display.xml new file mode 100644 index 000000000..c8ac659bc --- /dev/null +++ b/assets/xml/code/debug_display.xml @@ -0,0 +1,29 @@ +<Root> + <File Name="code" BaseAddress="0x800A5AC0" RangeStart="0x114A90" RangeEnd="0x115550" OutName="debug_display"> + <Array Name="sDebugDisplay1Vtx" Count="36" Offset="0x114A90"> + <Vtx/> + </Array> + <DList Name="sDebugDisplay1DL" Offset="0x114CD0"/> + + <Array Name="sDebugDisplay2Vtx" Count="8" Offset="0x114D30"> + <Vtx/> + </Array> + <DList Name="sDebugDisplay2DL" Offset="0x114DB0"/> + + <Array Name="sDebugDisplay3Vtx" Count="40" Offset="0x114E00"> + <Vtx/> + </Array> + <DList Name="sDebugDisplay3DL" Offset="0x115080"/> + + <Texture Name="sDebugDisplayCircleTex" OutName="debug_circle" Format="i8" Width="16" Height="16" Offset="0x1150F8"/> + <Texture Name="sDebugDisplayBallTex" OutName="debug_ball" Format="i8" Width="16" Height="16" Offset="0x1151F8"/> + <Texture Name="sDebugDisplayCursorTex" OutName="debug_cursor" Format="i8" Width="16" Height="16" Offset="0x1152F8"/> + <Texture Name="sDebugDisplayCrossTex" OutName="debug_cross" Format="i8" Width="16" Height="16" Offset="0x1153F8"/> + + <Array Name="sDebugDisplaySpriteVtx" Count="4" Offset="0x1154F8"> + <Vtx/> + </Array> + <DList Name="sDebugDisplaySpriteDL" Offset="0x115538"/> + + </File> +</Root> |
