You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
This commit is contained in:
10
ram/hram.asm
10
ram/hram.asm
@@ -5,18 +5,9 @@ hFarByte::
|
||||
hTempBank:: db
|
||||
hSRAMBank:: db
|
||||
|
||||
hRTCDayHi:: db
|
||||
hRTCDayLo:: db
|
||||
hRTCHours:: db
|
||||
hRTCMinutes:: db
|
||||
hRTCSeconds:: db
|
||||
|
||||
hHours:: db
|
||||
ds 1
|
||||
hMinutes:: db
|
||||
ds 1
|
||||
hSeconds:: db
|
||||
ds 1
|
||||
|
||||
hVBlankCounter:: db
|
||||
|
||||
@@ -150,4 +141,3 @@ hSystemBooted:: db
|
||||
if DEF(_DEBUG)
|
||||
hDebugRoomMenuPage::
|
||||
endc
|
||||
hClockResetTrigger:: db
|
||||
|
18
ram/wram.asm
18
ram/wram.asm
@@ -1967,15 +1967,6 @@ NEXTU
|
||||
wTreeMonCoordScore:: db
|
||||
wTreeMonOTIDScore:: db
|
||||
|
||||
NEXTU
|
||||
; restart clock
|
||||
wRestartClockCurDivision:: db
|
||||
wRestartClockPrevDivision:: db
|
||||
wRestartClockUpArrowYCoord:: db
|
||||
wRestartClockDay:: db
|
||||
wRestartClockHour:: db
|
||||
wRestartClockMin:: db
|
||||
|
||||
NEXTU
|
||||
; link
|
||||
wLinkBattleRNPreamble:: ds SERIAL_RN_PREAMBLE_LENGTH
|
||||
@@ -2253,12 +2244,6 @@ wStartHour:: db
|
||||
wStartMinute:: db
|
||||
wStartSecond:: db
|
||||
|
||||
wRTC:: ds 4
|
||||
|
||||
wDST::
|
||||
; bit 7: dst
|
||||
db
|
||||
|
||||
wGameTime:: ; used only for BANK(wGameTime)
|
||||
wGameTimeCap:: db
|
||||
wGameTimeHours:: dw
|
||||
@@ -2441,9 +2426,6 @@ wLuckyNumberDayTimer:: dw
|
||||
wSpecialPhoneCallID:: db
|
||||
|
||||
wBugContestStartTime:: ds 4 ; day, hour, min, sec
|
||||
wUnusedTwoDayTimerOn:: db
|
||||
wUnusedTwoDayTimer:: db
|
||||
wUnusedTwoDayTimerStartDate:: db
|
||||
|
||||
wBuenasPassword:: db
|
||||
wBlueCardBalance:: db
|
||||
|
Reference in New Issue
Block a user