diff options
author | yenatch <yenatch@gmail.com> | 2013-12-18 01:13:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-18 01:14:48 -0500 |
commit | 6d7e674bd093d4855dac84f12773be3d6c3c4333 (patch) | |
tree | bf5c98cf63c2e51eaf855119a0a4adc50d56c500 /battle/effect_command_pointers.asm | |
parent | 7ccb6d91e62fdb1e2857da87e16ececceb52c519 (diff) |
move some labels into included files
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index a8f382693..073fe406e 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -1,4 +1,7 @@ -; 3fd28 + + dw $0000 ; padding + +BattleCommandPointers: ; 3fd28 dw BattleCommand01 ; 34084 dw BattleCommand02 ; 343db dw BattleCommand03 ; 34541 |