pokeemerald/src/rom_header.s
GriffinR c1dfd3c9ec
Merge pull request #1763 from GriffinRichards/rm-global
Drop usage of global directive
2022-09-13 15:08:37 -04:00

54 lines
599 B
ArmAsm

@ Note: ROM header data is empty space here.
@ It's populated by gbafix using data provided in the Makefile.
Start::
b Init
RomHeaderNintendoLogo::
.space 156
RomHeaderGameTitle:
.space 12
RomHeaderGameCode::
.space 4
RomHeaderMakerCode:
.space 2
RomHeaderMagic:
.byte 0
RomHeaderMainUnitCode:
.byte 0
RomHeaderDeviceType:
.byte 0
RomHeaderReserved1:
.space 7
RomHeaderSoftwareVersion::
.byte 0
RomHeaderChecksum:
.byte 0
RomHeaderReserved2:
.space 2
.word 0
GPIOPortData::
.2byte 0
GPIOPortDirection::
.2byte 0
GPIOPortReadEnable::
.2byte 0
.2byte 0
.space 0x34