diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-19 15:19:42 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-19 15:19:42 +0100 |
commit | 81ff6d189e101d399e26ebad93a3427bd20156bb (patch) | |
tree | 40ce9f41155ae3d7e30f14ee3ebf5f61062b6080 /src/macros/wram.asm | |
parent | fe28e119720c008569833e0acad86d8a15ee8391 (diff) |
Duel message box constants and more graphics and misc documenting/cleaning up
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r-- | src/macros/wram.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm index 55d32ad..9a7ffc2 100644 --- a/src/macros/wram.asm +++ b/src/macros/wram.asm @@ -43,20 +43,20 @@ ENDM ; TODO: Figure out what the rest are for sprite_anim_struct: MACRO -\1Property1:: ds 1 -\1Property2:: ds 1 ; movement handling / palette +\1Field0x00:: ds 1 +\1Field0x01:: ds 1 ; movement handling / palette \1CoordX:: db \1CoordY:: db \1TileID:: db -\1Property6:: ds 1 -\1Property7:: ds 1 -\1Property8:: ds 1 -\1Property9:: ds 1 -\1Property10:: ds 1 -\1Property11:: ds 1 -\1Property12:: ds 1 -\1Property13:: ds 1 -\1Property14:: ds 1 +\1Field0x05:: ds 1 +\1Field0x06:: ds 1 +\1Field0x07:: ds 1 +\1Field0x08:: ds 1 +\1Field0x09:: ds 1 +\1Field0x0a:: ds 1 +\1Field0x0b:: ds 1 +\1Field0x0c:: ds 1 +\1Field0x0d:: ds 1 \1MovementCounter:: ds 1 -\1Property16:: ds 1 +\1Field0x0f:: ds 1 ENDM
\ No newline at end of file |