diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2021-12-21 22:46:59 -0300 |
---|---|---|
committer | LOuroboros <lunosouroboros@gmail.com> | 2021-12-21 22:49:30 -0300 |
commit | d94dae18f7e5b475b8b2ba9d3c838350904a01f3 (patch) | |
tree | 300a97ec298fbfbf16de15b41925b78ba8238522 /src/rom_header.s | |
parent | e28fa7f91c811fe9edb138ab68d3d62005a89413 (diff) |
Removed more commented out addresses
I like to help.
Diffstat (limited to 'src/rom_header.s')
-rw-r--r-- | src/rom_header.s | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/rom_header.s b/src/rom_header.s index 5ed45124d..9ab7240fb 100644 --- a/src/rom_header.s +++ b/src/rom_header.s @@ -2,7 +2,7 @@ @ It's populated by gbafix using data provided in the Makefile. .global Start -Start: @ 8000000 +Start: b Init .global RomHeaderNintendoLogo @@ -41,23 +41,20 @@ RomHeaderChecksum: RomHeaderReserved2: .space 2 -@ 80000C0 .word 0 .global GPIOPortData -GPIOPortData: @ 80000C4 +GPIOPortData: .2byte 0 .global GPIOPortDirection -GPIOPortDirection: @ 80000C6 +GPIOPortDirection: .2byte 0 .global GPIOPortReadEnable -GPIOPortReadEnable: @ 80000C8 +GPIOPortReadEnable: .2byte 0 -@ 80000CA .2byte 0 -@ 80000CC .space 0x34 |