summaryrefslogtreecommitdiff
path: root/asm/rom_header.s
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:17:21 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:17:21 -0400
commitf2052ca8ef06f858037d6657b377197dd8772f4c (patch)
treeda8148e532f6cfd49f8cd96fd563c726161f89e5 /asm/rom_header.s
parent41fa994a86914812d866f4822c0f55a6ed073c39 (diff)
more work
Diffstat (limited to 'asm/rom_header.s')
-rw-r--r--asm/rom_header.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/rom_header.s b/asm/rom_header.s
index e850d0f8..a8583e2b 100644
--- a/asm/rom_header.s
+++ b/asm/rom_header.s
@@ -29,11 +29,11 @@ RomVersion:
.space 1
ARM9ROMOffset:
-.word 0x00004000
+.word _rom_codeSegmentRomStart
ARM9EntryAddress:
-.word 0x02000800
+.word Entry
ARM9RAMAddress:
-.word 0x02000000
+.word _rom_codeSegmentStart
ARM9CodeSize:
.word 0x00107724
ARM7ROMOffset: