diff options
author | YamaArashi <shadow962@live.com> | 2016-09-03 15:07:51 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-03 15:07:51 -0700 |
commit | 231ea2f27c9abe0b19ae415cf2af2352555ed2d0 (patch) | |
tree | 37735927f5c4e251c2fa5da313b2b08288d482ab /asm | |
parent | 764fdaf3813e9670441280eebeadd78d7bf14456 (diff) |
base_emerald to baserom
Diffstat (limited to 'asm')
-rw-r--r-- | asm/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index 08745b5d6..7c2115c15 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -28,7 +28,7 @@ GPIOPortDirection: @ 80000C6 GPIOPortReadEnable: @ 80000C8 .hword 0 - .incbin "base_emerald.gba", 0xCA, 0x204 - 0xCA + .incbin "baserom.gba", 0xCA, 0x204 - 0xCA .arm .align 2, 0 |