diff options
author | yenatch <yenatch@gmail.com> | 2013-03-31 21:39:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-31 21:39:12 -0400 |
commit | b998f4594cff3e51e802a06dfed375e424730f94 (patch) | |
tree | 062905f28bf380b1cd1cb5ffa410b79303ed157a /main.asm | |
parent | 6c3ec2d13d30fef17a3e636ef22052d90c61d0b5 (diff) |
Move effect pointers
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5913,11 +5913,9 @@ TrainerClassDVs ; 270d6 INCBIN "baserom.gbc", $2715c, $271f4 - $2715c MoveEffectsPointers: ; 271f4 - -INCBIN "baserom.gbc", $271f4, $2732e - $271f4 +INCLUDE "battle/moves/move_effects_pointers.asm" MoveEffects: ; 2732e - INCLUDE "battle/moves/move_effects.asm" INCBIN "baserom.gbc", $27a28, $27a2d - $27a28 |