You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
This commit is contained in:
@@ -23,8 +23,6 @@ EngineFlags:
|
||||
engine_flag wMomSavingMoney, MOM_SAVING_SOME_MONEY_F
|
||||
engine_flag wMomSavingMoney, MOM_ACTIVE_F
|
||||
|
||||
engine_flag wUnusedTwoDayTimerOn, 0 ; unused, possibly related to a 2-day timer
|
||||
|
||||
engine_flag wStatusFlags, STATUSFLAGS_POKEDEX_F
|
||||
engine_flag wStatusFlags, STATUSFLAGS_UNOWN_DEX_F
|
||||
engine_flag wStatusFlags, STATUSFLAGS_CAUGHT_POKERUS_F
|
||||
|
||||
@@ -45,7 +45,6 @@ SpecialsPointers::
|
||||
add_special BankOfMom
|
||||
add_special MagnetTrain
|
||||
add_special NameRival
|
||||
add_special SetDayOfWeek
|
||||
add_special OverworldTownMap
|
||||
add_special UnownPrinter
|
||||
add_special MapRadio
|
||||
@@ -76,7 +75,6 @@ SpecialsPointers::
|
||||
add_special FindPartyMonAtLeastThatHappy ; unused
|
||||
add_special FindPartyMonThatSpecies
|
||||
add_special FindPartyMonThatSpeciesYourTrainerID
|
||||
add_special UnusedCheckUnusedTwoDayTimer ; unused
|
||||
add_special DayCareMon1
|
||||
add_special DayCareMon2
|
||||
add_special SelectRandomBugContestContestants
|
||||
@@ -136,7 +134,3 @@ SpecialsPointers::
|
||||
add_special RefreshSprites
|
||||
add_special AskRememberPassword
|
||||
add_special LoadMapPalettes
|
||||
|
||||
add_special InitialSetDSTFlag
|
||||
add_special InitialClearDSTFlag
|
||||
add_special UnusedDummySpecial ; unused
|
||||
|
||||
@@ -1231,42 +1231,3 @@ _TimeAskOkayText::
|
||||
text ","
|
||||
line "is that OK?"
|
||||
done
|
||||
|
||||
_TimesetAskDSTText::
|
||||
text "Do you want to"
|
||||
line "switch to Daylight"
|
||||
cont "Saving Time?"
|
||||
done
|
||||
|
||||
_TimesetDSTText::
|
||||
text "I set the clock"
|
||||
line "forward by one"
|
||||
cont "hour."
|
||||
prompt
|
||||
|
||||
_TimesetAskNotDSTText::
|
||||
text "Is Daylight Saving"
|
||||
line "Time over?"
|
||||
done
|
||||
|
||||
_TimesetNotDSTText::
|
||||
text "I put the clock"
|
||||
line "back one hour."
|
||||
prompt
|
||||
|
||||
_TimesetAskAdjustDSTText::
|
||||
text "Do you want to"
|
||||
line "adjust your clock"
|
||||
|
||||
para "for Daylight"
|
||||
line "Saving Time?"
|
||||
done
|
||||
|
||||
_MomLostGearBookletText::
|
||||
text "I lost the in-"
|
||||
line "struction booklet"
|
||||
cont "for the #GEAR."
|
||||
|
||||
para "Come back again in"
|
||||
line "a while."
|
||||
prompt
|
||||
|
||||
Reference in New Issue
Block a user