mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
190 B
ArmAsm
9 lines
190 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section script_data, "aw", %progbits
|
|
|
|
.align 2
|
|
gBattleAI_ScriptsTable:: @ 82DBEF8
|
|
.incbin "baserom.gba", 0x2dbef8, 0x2458
|