diff options
author | yenatch <yenatch@gmail.com> | 2013-12-17 23:32:46 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-17 23:33:15 -0500 |
commit | 48be8d206c32377ec15538e9b8b6c0a60713ac81 (patch) | |
tree | e2c98db8aced771faf5ff78fbf4d59dac7accafb /wram.asm | |
parent | b616180c10762903d11e83b975f922caae8dbd54 (diff) |
some bg effect labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -2144,25 +2144,36 @@ LYOverridesBackup: ; d200 LYOverridesBackupEnd: -SECTION "Battle Animations", WRAMX[$d3fa], BANK[5] +SECTION "Battle Animations", WRAMX[$d30a], BANK[5] + +ActiveAnimObjects: ; d30a + ds 4 * 40 + + ds 80 ActiveBGEffects: ; d3fa ds 4 * 5 - ds 2 + ds 1 +BattleAnimFlags: ; d40f + ds 1 BattleAnimAddress: ; d410 ds 2 BattleAnimDuration: ; d412 ds 1 BattleAnimParent: ; d413 ds 2 - ds 2 -BattleAnimByte: ; d417 +BattleAnimLoops: ; d415 + ds 1 +BattleAnimVar: ; d416 ds 1 +BattleAnimByte: ; d417 ds 1 -BattleAnimTile: ; d419 ds 1 +BattleAnimTemps: ; d419 + ds 8 + SECTION "SRAMBank1",SRAM,BANK[1] |