diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 15:05:14 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 15:05:14 -0500 |
commit | 03e149e55933cb9725a5785f21136f9fc3f3cade (patch) | |
tree | b003f91c4663006872e85c6644ff45607d206c92 /macros/wram.asm | |
parent | 62b756c46e5c527a3a3fe2fea0ac99d96bb8cf3e (diff) |
Identify wBattleAnimTemp0-3
Diffstat (limited to 'macros/wram.asm')
-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 1fd5e572f..428221a85 100644 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -386,8 +386,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 |