diff options
Diffstat (limited to 'data/battle_controller_player.s')
-rw-r--r-- | data/battle_controller_player.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/battle_controller_player.s b/data/battle_controller_player.s new file mode 100644 index 000000000..1c7ff56fe --- /dev/null +++ b/data/battle_controller_player.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + +gPlayerBufferCommands:: @ 831C514 + .incbin "baserom.gba", 0x31c514, 0xe4 |