Rename rom header, payload symbol

This commit is contained in:
GriffinR 2022-01-15 13:22:48 -05:00
parent c810be6a45
commit baffd08f49
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ _start: @ 0
b _entry
arm_func_end _start
.include "asm/berry_fix_header.inc"
.include "asm/rom_header.inc"
@ C0
.word 0
@ -107,7 +107,7 @@ _1a0:
bne _1a0
mov r1, #0
strh r1, [r0, 0xa] @ SIOMLT_SEND
ldr r0, =_data_2f0
ldr r0, =gPayload
ldr r1, =gCode
swi 0x11 << 16
ldr lr, =gCode

View File

@ -1,4 +1,4 @@
.section .rodata
_data_2f0::
gPayload::
.incbin "data/payload.gba.lz"