diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-02-19 19:04:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 14:04:23 +1100 |
| commit | a7fa8cc241d7f6e08d3744644cf8e93599f190a0 (patch) | |
| tree | 1b955ba5a36212a3fcc9759fb42ebc4eb8637dbc /assets/xml/code | |
| parent | 3b8db093f6f9cfb5850a7100ba8aff0c1b099e42 (diff) | |
Clean2 (#1605)
* AnimationContext_Update
* TransitionTile_InitGraphics
* disasm files
* gPlayerFormItemRestrictions -> code_8012EC80
* fix
* Extract gCircleTex
* Const fixes
* gPlayerFormItemRestrictions suggestions
* Setup_InitRegs
* z_inventory
Diffstat (limited to 'assets/xml/code')
| -rw-r--r-- | assets/xml/code/circle_tex.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/xml/code/circle_tex.xml b/assets/xml/code/circle_tex.xml new file mode 100644 index 000000000..86e11af1a --- /dev/null +++ b/assets/xml/code/circle_tex.xml @@ -0,0 +1,6 @@ +<Root> + <File Name="code" OutName="circle_tex" BaseAddress="0x800A5AC0" RangeStart="0x138DD0" RangeEnd="0x1395D0" > + <!-- The global version is const and found in z_circle_tex --> + <Texture Name="sCircleTex" OutName="circle" Format="i4" Width="64" Height="64" Offset="0x138DD0"/> + </File> +</Root> |
