diff options
author | yenatch <yenatch@gmail.com> | 2013-12-09 16:20:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-09 16:20:19 -0500 |
commit | 46d96bc7fdd3f8f190f7ae9af7d1abc725a29648 (patch) | |
tree | 21d2c53835613ba90101705f817f3f4b6630e63a /wram.asm | |
parent | 708df7907f7dd52daea1087e01d5a446293ac7ea (diff) |
more battle anim labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2144,7 +2144,12 @@ LYOverridesBackup: ; d200 LYOverridesBackupEnd: -SECTION "Battle Animations", WRAMX[$d410], BANK[5] +SECTION "Battle Animations", WRAMX[$d3fa], BANK[5] + +ActiveBGEffects: ; d3fa + ds 4 * 5 + + ds 2 BattleAnimAddress: ; d410 ds 2 |