2018-01-15 11:23:09 -08:00
|
|
|
; Special routines can be used with the "special" map script command.
|
2018-01-23 14:39:09 -08:00
|
|
|
; They often use wScriptVar for arguments and return values.
|
2018-01-15 11:23:09 -08:00
|
|
|
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special: MACRO
|
|
|
|
\1Special::
|
|
|
|
dba \1
|
|
|
|
ENDM
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SpecialsPointers::
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special WarpToSpawnPoint
|
2018-01-15 11:11:11 -08:00
|
|
|
|
|
|
|
; Communications
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special SetBitsForLinkTradeRequest
|
|
|
|
add_special WaitForLinkedFriend
|
|
|
|
add_special CheckLinkTimeout
|
|
|
|
add_special TryQuickSave
|
|
|
|
add_special CheckBothSelectedSameRoom
|
|
|
|
add_special FailedLinkToPast
|
|
|
|
add_special CloseLink
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special WaitForOtherPlayerToExit
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special SetBitsForBattleRequest
|
|
|
|
add_special SetBitsForTimeCapsuleRequest
|
|
|
|
add_special CheckTimeCapsuleCompatibility
|
|
|
|
add_special EnterTimeCapsule
|
|
|
|
add_special TradeCenter
|
|
|
|
add_special Colosseum
|
|
|
|
add_special TimeCapsule
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special CableClubCheckWhichChris
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special CheckMysteryGift
|
|
|
|
add_special GetMysteryGiftItem
|
|
|
|
add_special UnlockMysteryGift
|
2018-01-15 11:11:11 -08:00
|
|
|
|
2018-01-30 11:55:27 -08:00
|
|
|
; Map events
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special BugContestJudging
|
|
|
|
add_special CheckPartyFullAfterContest
|
|
|
|
add_special ContestDropOffMons
|
|
|
|
add_special ContestReturnMons
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special GiveParkBalls
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special CheckMagikarpLength
|
|
|
|
add_special MagikarpHouseSign
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special HealParty ; this is both a special and a predef
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special PokemonCenterPC
|
|
|
|
add_special PlayersHousePC
|
|
|
|
add_special DayCareMan
|
|
|
|
add_special DayCareLady
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special DayCareManOutside
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special MoveDeletion
|
|
|
|
add_special BankOfMom
|
|
|
|
add_special MagnetTrain
|
|
|
|
add_special NameRival
|
|
|
|
add_special SetDayOfWeek
|
|
|
|
add_special OverworldTownMap
|
|
|
|
add_special UnownPrinter
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special MapRadio
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special UnownPuzzle
|
|
|
|
add_special SlotMachine
|
|
|
|
add_special CardFlip
|
|
|
|
add_special DummyNonfunctionalGameCornerGame
|
|
|
|
add_special ClearBGPalettesBufferScreen
|
|
|
|
add_special FadeOutPalettes
|
|
|
|
add_special BattleTowerFade
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special FadeBlackQuickly
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special FadeInPalettes
|
|
|
|
add_special FadeInQuickly
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special ReloadSpritesNoPalettes ; bank 0
|
|
|
|
add_special ClearBGPalettes ; bank 0
|
|
|
|
add_special UpdateTimePals ; bank 0
|
2020-02-13 09:30:13 -08:00
|
|
|
add_special ClearTilemap ; bank 0
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special UpdateSprites ; bank 0
|
2020-06-16 16:38:00 -07:00
|
|
|
add_special UpdatePlayerSprite ; bank 0
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special GameCornerPrizeMonCheckDex
|
2018-01-24 08:20:41 -08:00
|
|
|
add_special UnusedSetSeenMon
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special WaitSFX ; bank 0
|
|
|
|
add_special PlayMapMusic ; bank 0
|
|
|
|
add_special RestartMapMusic ; bank 0
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special HealMachineAnim
|
|
|
|
add_special SurfStartStep
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special FindPartyMonAboveLevel
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special FindPartyMonAtLeastThatHappy
|
|
|
|
add_special FindPartyMonThatSpecies
|
|
|
|
add_special FindPartyMonThatSpeciesYourTrainerID
|
2018-01-24 08:20:41 -08:00
|
|
|
add_special UnusedCheckUnusedTwoDayTimer
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special DayCareMon1
|
|
|
|
add_special DayCareMon2
|
|
|
|
add_special SelectRandomBugContestContestants
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special ActivateFishingSwarm
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special ToggleMaptileDecorations
|
|
|
|
add_special ToggleDecorationsVisibility
|
|
|
|
add_special GiveShuckle
|
|
|
|
add_special ReturnShuckle
|
|
|
|
add_special BillsGrandfather
|
|
|
|
add_special CheckPokerus
|
|
|
|
add_special DisplayCoinCaseBalance
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special DisplayMoneyAndCoinBalance
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special PlaceMoneyTopRight
|
|
|
|
add_special CheckForLuckyNumberWinners
|
|
|
|
add_special CheckLuckyNumberShowFlag
|
|
|
|
add_special ResetLuckyNumberShowFlag
|
|
|
|
add_special PrintTodaysLuckyNumber
|
|
|
|
add_special SelectApricornForKurt
|
|
|
|
add_special NameRater
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special DisplayLinkRecord
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special GetFirstPokemonHappiness
|
|
|
|
add_special CheckFirstMonIsEgg
|
|
|
|
add_special RandomUnseenWildMon
|
|
|
|
add_special RandomPhoneWildMon
|
|
|
|
add_special RandomPhoneMon
|
|
|
|
add_special LoadUsedSpritesGFX
|
|
|
|
add_special PlaySlowCry
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special SnorlaxAwake
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special OlderHaircutBrother
|
2019-05-18 10:27:32 -07:00
|
|
|
add_special YoungerHaircutBrother
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special DaisysGrooming
|
|
|
|
add_special PlayCurMonCry
|
|
|
|
add_special ProfOaksPCBoot
|
|
|
|
add_special GameboyCheck
|
|
|
|
add_special TrainerHouse
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special PhotoStudio
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special InitRoamMons
|
|
|
|
add_special FadeOutMusic
|
|
|
|
add_special Diploma
|
|
|
|
add_special PrintDiploma
|
2018-01-15 11:11:11 -08:00
|
|
|
|
2018-01-30 11:55:27 -08:00
|
|
|
; Crystal only
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function11ac3e
|
|
|
|
add_special Function11b444
|
|
|
|
add_special Function11b5e8
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special Function11b7e5
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function11b879
|
|
|
|
add_special Function11b920
|
|
|
|
add_special Function11b93b
|
|
|
|
add_special BattleTowerRoomMenu
|
|
|
|
add_special Function1700ba
|
|
|
|
add_special Function170114
|
|
|
|
add_special BattleTowerBattle
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special Function1704e1
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special DummySpecial_17021d
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special LoadOpponentTrainerAndPokemonWithOTSprite
|
|
|
|
add_special Function11ba38
|
|
|
|
add_special CheckForBattleTowerRules
|
|
|
|
add_special GiveOddEgg
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special Reset ; bank 0
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function1011f1
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special Function101220
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function101225
|
|
|
|
add_special Function101231
|
|
|
|
add_special MoveTutor
|
|
|
|
add_special OmanyteChamber
|
|
|
|
add_special Function11c1ab
|
|
|
|
add_special BattleTowerAction
|
|
|
|
add_special DisplayUnownWords
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special Menu_ChallengeExplanationCancel
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function17d2b6
|
|
|
|
add_special Function17d2ce
|
|
|
|
add_special BattleTowerMobileError
|
|
|
|
add_special AskMobileOrCable
|
|
|
|
add_special HoOhChamber
|
|
|
|
add_special Function102142
|
|
|
|
add_special CelebiShrineEvent
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special CheckCaughtCelebi
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special PokeSeer
|
|
|
|
add_special BuenasPassword
|
|
|
|
add_special BuenaPrize
|
2018-01-30 11:55:27 -08:00
|
|
|
add_special GiveDratini
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special SampleKenjiBreakCountdown
|
|
|
|
add_special BeastsCheck
|
|
|
|
add_special MonCheck
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special SetPlayerPalette
|
2018-01-15 11:11:11 -08:00
|
|
|
add_special DummySpecial_170bd2
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Mobile_SelectThreeMons
|
|
|
|
add_special Function1037eb
|
|
|
|
add_special Function10383c
|
|
|
|
add_special StubbedTrainerRankings_Healings
|
|
|
|
add_special RefreshSprites
|
|
|
|
add_special Function1037c2
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special Mobile_DummyReturnFalse
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special Function103780
|
|
|
|
add_special Function10387b
|
|
|
|
add_special AskRememberPassword
|
|
|
|
add_special LoadMapPalettes
|
2018-01-24 08:20:41 -08:00
|
|
|
add_special UnusedFindItemInPCOrBag
|
2018-01-24 08:17:05 -08:00
|
|
|
add_special InitialSetDSTFlag
|
|
|
|
add_special InitialClearDSTFlag
|
2020-06-13 15:48:26 -07:00
|
|
|
add_special DummySpecial_c224
|