mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
69 lines
1.4 KiB
NASM
69 lines
1.4 KiB
NASM
hPushOAM EQU $ff80
|
|
|
|
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
|
|
|
|
hJoypadReleased EQU $ffa2
|
|
hJoypadPressed EQU $ffa3
|
|
hJoypadDown EQU $ffa4
|
|
hJoypadSum EQU $ffa5
|
|
hJoyReleased EQU $ffa6
|
|
hJoyPressed EQU $ffa7
|
|
hJoyDown EQU $ffa8
|
|
|
|
hConnectionStripLength EQU $ffaf
|
|
hConnectedMapWidth EQU $ffb0
|
|
|
|
hPastLeadingZeroes EQU $ffb3
|
|
|
|
hDividend EQU $ffb3
|
|
hDivisor EQU $ffb7
|
|
hQuotient EQU $ffb4
|
|
|
|
hMultiplicand EQU $ffb4
|
|
hMultiplier EQU $ffb7
|
|
hProduct EQU $ffb3
|
|
|
|
hMathBuffer EQU $ffb8
|
|
|
|
hLCDStatCustom EQU $ffc6
|
|
|
|
hSCX EQU $ffcf
|
|
hSCY EQU $ffd0
|
|
hWX EQU $ffd1
|
|
hWY EQU $ffd2
|
|
|
|
hBGMapMode EQU $ffd4
|
|
hBGMapThird EQU $ffd5
|
|
hBGMapAddress EQU $ffd6
|
|
|
|
hOAMUpdate EQU $ffd8
|
|
hSPBuffer EQU $ffd9
|
|
|
|
hBGMapUpdate EQU $ffdb
|
|
|
|
hTileAnimFrame EQU $ffdf
|
|
|
|
hRandomAdd EQU $ffe1
|
|
hRandomSub EQU $ffe2
|
|
|
|
hBattleTurn EQU $ffe4
|
|
hCGBPalUpdate EQU $ffe5
|
|
hCGB EQU $ffe6
|
|
hSGB EQU $ffe7
|
|
hDMATransfer EQU $ffe8
|
|
|