diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 15:05:26 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 15:05:26 -0500 |
commit | 6e20c30f6e48ba36237d42b13ea6e6827b62ff40 (patch) | |
tree | 254913558b6bfa161fb7fac5e98ac004c642275c /macros | |
parent | dbcab434fb44e6fb2ce5db45567847f3393c3903 (diff) |
Identify wBattleAnimTemp0-3
Diffstat (limited to 'macros')
-rw-r--r-- | macros/wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index b514bbde..ba1e52dc 100644 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -370,8 +370,8 @@ battle_anim_struct: MACRO ENDM battle_bg_effect: MACRO -\1Function:: db -\1Field01:: ds 1 -\1Field02:: ds 1 -\1Field03:: ds 1 +\1Function:: db +\1JumptableIndex:: db +\1BattleTurn:: db +\1Param:: db ENDM |