mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-08 02:27:29 -05: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
|