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:
@@ -5,10 +5,6 @@ hFarByte::
|
||||
hTempBank:: db
|
||||
hSRAMBank:: db
|
||||
|
||||
hHours:: db
|
||||
hMinutes:: db
|
||||
hSeconds:: db
|
||||
|
||||
hVBlankCounter:: db
|
||||
|
||||
hROMBank:: db
|
||||
@@ -125,8 +121,6 @@ hLastTalked:: db
|
||||
hRandomAdd:: db
|
||||
hRandomSub:: db
|
||||
|
||||
hUnusedBackup:: db
|
||||
|
||||
hBattleTurn::
|
||||
; Which trainer's turn is it? 0: player, 1: opponent trainer
|
||||
db
|
||||
|
@@ -31,9 +31,11 @@ for n, 1, MAILBOX_CAPACITY + 1
|
||||
sMailbox{d:n}Backup:: mailmsg sMailbox{d:n}Backup
|
||||
endr
|
||||
|
||||
sRTCStatusFlags:: db
|
||||
sLuckyNumberDay:: db
|
||||
sLuckyIDNumber:: dw
|
||||
if DEF(_DEBUG)
|
||||
sRTCStatusFlags:: db
|
||||
endc
|
||||
|
||||
|
||||
SECTION "Backup Save", SRAM
|
||||
|
@@ -1269,7 +1269,6 @@ wGBPrinterBrightness::
|
||||
wOptions2::
|
||||
; bit 1: menu account off/on
|
||||
db
|
||||
ds 2
|
||||
wOptionsEnd::
|
||||
|
||||
; Time buffer, for counting the amount of time since
|
||||
@@ -2202,7 +2201,7 @@ wMapReentryScriptAddress:: dw
|
||||
|
||||
wTimeCyclesSinceLastCall:: db
|
||||
wReceiveCallDelay_MinsRemaining:: db
|
||||
wReceiveCallDelay_StartTime:: ds 3
|
||||
wReceiveCallDelay_StartTime:: ds 2 ; hour, min
|
||||
|
||||
wBugContestMinsRemaining:: db
|
||||
wBugContestSecsRemaining:: db
|
||||
@@ -2425,11 +2424,10 @@ wLuckyNumberDayTimer:: dw
|
||||
|
||||
wSpecialPhoneCallID:: db
|
||||
|
||||
wBugContestStartTime:: ds 4 ; day, hour, min, sec
|
||||
wBugContestStartTime:: ds 3 ; hour, min, sec
|
||||
|
||||
wBuenasPassword:: db
|
||||
wBlueCardBalance:: db
|
||||
wKenjiBreakTimer:: ds 2 ; Kenji
|
||||
wYanmaMapGroup:: db
|
||||
wYanmaMapNumber:: db
|
||||
|
||||
|
Reference in New Issue
Block a user