summaryrefslogtreecommitdiff
path: root/asm/rom_header.s
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:26:03 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:26:03 -0400
commit09fa95f0e27e9a835f5535a776f6a22861c7c4a0 (patch)
treeb26cfd33de21f5b3cf8cc78f27bde7352e997495 /asm/rom_header.s
parentf2052ca8ef06f858037d6657b377197dd8772f4c (diff)
arm9 segment 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 a8583e2b..2dc62ad5 100644
--- a/asm/rom_header.s
+++ b/asm/rom_header.s
@@ -29,13 +29,13 @@ RomVersion:
.space 1
ARM9ROMOffset:
-.word _rom_codeSegmentRomStart
+.word _arm9SegmentRomStart
ARM9EntryAddress:
.word Entry
ARM9RAMAddress:
-.word _rom_codeSegmentStart
+.word _arm9SegmentStart
ARM9CodeSize:
-.word 0x00107724
+.word _arm9SegmentSize
ARM7ROMOffset:
.word 0x0030D000
ARM7EntryAddress: