2013-03-20 19:55:09 -07:00
|
|
|
hPushOAM EQU $ff80
|
|
|
|
|
2015-01-19 21:31:29 -08:00
|
|
|
hROMBankBackup EQU $ff8a
|
2013-03-20 19:55:09 -07:00
|
|
|
hBuffer EQU $ff8b
|
|
|
|
|
|
|
|
hRTCDayHi EQU $ff8d
|
|
|
|
hRTCDayLo EQU $ff8e
|
|
|
|
hRTCHours EQU $ff8f
|
|
|
|
hRTCMinutes EQU $ff90
|
|
|
|
hRTCSeconds EQU $ff91
|
|
|
|
|
|
|
|
hHours EQU $ff94
|
|
|
|
|
|
|
|
hMinutes EQU $ff96
|
|
|
|
|
|
|
|
hSeconds EQU $ff98
|
|
|
|
|
|
|
|
hROMBank EQU $ff9d
|
2015-01-19 21:31:29 -08:00
|
|
|
hVBlank EQU $ff9e
|
2013-03-20 19:55:09 -07:00
|
|
|
|
|
|
|
hJoypadReleased EQU $ffa2
|
|
|
|
hJoypadPressed EQU $ffa3
|
|
|
|
hJoypadDown EQU $ffa4
|
|
|
|
hJoypadSum EQU $ffa5
|
|
|
|
hJoyReleased EQU $ffa6
|
|
|
|
hJoyPressed EQU $ffa7
|
|
|
|
hJoyDown EQU $ffa8
|
|
|
|
|
2013-05-13 15:43:34 -07:00
|
|
|
hConnectionStripLength EQU $ffaf
|
|
|
|
hConnectedMapWidth EQU $ffb0
|
|
|
|
|
2013-03-20 19:55:09 -07:00
|
|
|
hPastLeadingZeroes EQU $ffb3
|
|
|
|
|
2013-03-29 22:58:22 -07:00
|
|
|
hDividend EQU $ffb3
|
|
|
|
hDivisor EQU $ffb7
|
|
|
|
hQuotient EQU $ffb4
|
|
|
|
|
|
|
|
hMultiplicand EQU $ffb4
|
|
|
|
hMultiplier EQU $ffb7
|
|
|
|
hProduct EQU $ffb3
|
|
|
|
|
|
|
|
hMathBuffer EQU $ffb8
|
|
|
|
|
2013-03-20 19:55:09 -07:00
|
|
|
hLCDStatCustom EQU $ffc6
|
|
|
|
|
2013-08-28 01:28:45 -07:00
|
|
|
hSerialSend EQU $ffcd
|
|
|
|
hSerialReceive EQU $ffce
|
|
|
|
|
2013-08-19 15:44:57 -07:00
|
|
|
hSCX EQU $ffcf
|
|
|
|
hSCY EQU $ffd0
|
2013-08-19 15:42:01 -07:00
|
|
|
hWX EQU $ffd1
|
|
|
|
hWY EQU $ffd2
|
|
|
|
|
2013-03-20 19:55:09 -07:00
|
|
|
hBGMapMode EQU $ffd4
|
|
|
|
hBGMapThird EQU $ffd5
|
|
|
|
hBGMapAddress EQU $ffd6
|
|
|
|
|
|
|
|
hOAMUpdate EQU $ffd8
|
|
|
|
hSPBuffer EQU $ffd9
|
|
|
|
|
|
|
|
hBGMapUpdate EQU $ffdb
|
|
|
|
|
|
|
|
hTileAnimFrame EQU $ffdf
|
|
|
|
|
2014-07-18 05:28:30 -07:00
|
|
|
hRandom EQU $ffe1
|
2013-03-20 19:55:09 -07:00
|
|
|
hRandomAdd EQU $ffe1
|
|
|
|
hRandomSub EQU $ffe2
|
|
|
|
|
|
|
|
hBattleTurn EQU $ffe4
|
|
|
|
hCGBPalUpdate EQU $ffe5
|
|
|
|
hCGB EQU $ffe6
|
|
|
|
hSGB EQU $ffe7
|
|
|
|
hDMATransfer EQU $ffe8
|