Document Sootopolis scripts

This commit is contained in:
GriffinR
2019-11-09 20:40:41 -05:00
committed by huderlem
parent a3ee92a4e7
commit 6c863f6724
22 changed files with 656 additions and 644 deletions
@@ -1,119 +1,119 @@
SootopolisCity_LotadAndSeedotHouse_MapScripts:: @ 822722A
.byte 0
SootopolisCity_LotadAndSeedotHouse_EventScript_22722B:: @ 822722B
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother:: @ 822722B
special GetSeedotSizeRecordInfo
lock
faceplayer
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227369, MSGBOX_DEFAULT
msgbox SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot, MSGBOX_DEFAULT
special ChoosePartyMon
waitstate
copyvar VAR_RESULT, VAR_0x8004
compare VAR_RESULT, 255
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227272
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot
special CompareSeedotSize
compare VAR_RESULT, 1
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_22727C
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot
compare VAR_RESULT, 2
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227286
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot
compare VAR_RESULT, 3
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227290
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227272:: @ 8227272
msgbox SootopolisCity_LotadAndSeedotHouse_Text_2275BC, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot:: @ 8227272
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_22727C:: @ 822727C
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227584, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot:: @ 822727C
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227286:: @ 8227286
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227544, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot:: @ 8227286
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227290:: @ 8227290
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227480, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot:: @ 8227290
msgbox SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad, MSGBOX_DEFAULT
giveitem_std ITEM_ELIXIR
compare VAR_RESULT, 0
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_2272B2
compare VAR_RESULT, FALSE
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1
closemessage
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_2272B2:: @ 82272B2
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227524, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1:: @ 82272B2
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_2272BC:: @ 82272BC
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother:: @ 82272BC
special GetLotadSizeRecordInfo
lock
faceplayer
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227676, MSGBOX_DEFAULT
msgbox SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad, MSGBOX_DEFAULT
special ChoosePartyMon
waitstate
copyvar VAR_RESULT, VAR_0x8004
compare VAR_RESULT, 255
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227303
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad
special CompareLotadSize
compare VAR_RESULT, 1
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_22730D
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad
compare VAR_RESULT, 2
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227317
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad
compare VAR_RESULT, 3
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227321
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227303:: @ 8227303
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227896, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad:: @ 8227303
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_22730D:: @ 822730D
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227867, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad:: @ 822730D
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227317:: @ 8227317
msgbox SootopolisCity_LotadAndSeedotHouse_Text_22782A, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad:: @ 8227317
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227321:: @ 8227321
msgbox SootopolisCity_LotadAndSeedotHouse_Text_22776C, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad:: @ 8227321
msgbox SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot, MSGBOX_DEFAULT
giveitem_std ITEM_ELIXIR
compare VAR_RESULT, 0
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_227343
compare VAR_RESULT, FALSE
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2
closemessage
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_227343:: @ 8227343
msgbox SootopolisCity_LotadAndSeedotHouse_Text_22780A, MSGBOX_DEFAULT
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2:: @ 8227343
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2, MSGBOX_DEFAULT
release
end
SootopolisCity_LotadAndSeedotHouse_EventScript_22734D:: @ 822734D
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotSizeRecord:: @ 822734D
special GetSeedotSizeRecordInfo
lockall
msgbox SootopolisCity_LotadAndSeedotHouse_Text_227617, MSGBOX_DEFAULT
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory, MSGBOX_DEFAULT
releaseall
end
SootopolisCity_LotadAndSeedotHouse_EventScript_22735B:: @ 822735B
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadSizeRecord:: @ 822735B
special GetLotadSizeRecordInfo
lockall
msgbox SootopolisCity_LotadAndSeedotHouse_Text_2278F2, MSGBOX_DEFAULT
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory, MSGBOX_DEFAULT
releaseall
end
SootopolisCity_LotadAndSeedotHouse_Text_227369: @ 8227369
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot: @ 8227369
.string "Do you know the POKéMON SEEDOT?\n"
.string "It's hardly ever seen in SOOTOPOLIS.\p"
.string "Anyway, I love big SEEDOT.\n"
@@ -125,7 +125,7 @@ SootopolisCity_LotadAndSeedotHouse_Text_227369: @ 8227369
.string "Huh? Do you have a SEEDOT with you?\n"
.string "P-p-please, show me!$"
SootopolisCity_LotadAndSeedotHouse_Text_227480: @ 8227480
SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad: @ 8227480
.string "{STR_VAR_2} inches!\n"
.string "Oh, my gosh, this is a big one!\p"
.string "It might even beat the big LOTAD\n"
@@ -133,35 +133,36 @@ SootopolisCity_LotadAndSeedotHouse_Text_227480: @ 8227480
.string "Thanks for showing me.\n"
.string "This is my thanks!$"
SootopolisCity_LotadAndSeedotHouse_Text_22750E: @ 822750E
@ Unused
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion1: @ 822750E
.string "{PLAYER} received a POTION.$"
SootopolisCity_LotadAndSeedotHouse_Text_227524: @ 8227524
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1: @ 8227524
.string "Hunh?\n"
.string "Your BAG is crammed full.$"
SootopolisCity_LotadAndSeedotHouse_Text_227544: @ 8227544
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot: @ 8227544
.string "{STR_VAR_2} inches, is it?\p"
.string "Hmm… I've seen a bigger SEEDOT\n"
.string "than this one.$"
SootopolisCity_LotadAndSeedotHouse_Text_227584: @ 8227584
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot: @ 8227584
.string "Oh, now this is quite something…\n"
.string "But it's not a SEEDOT!$"
SootopolisCity_LotadAndSeedotHouse_Text_2275BC: @ 82275BC
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot: @ 82275BC
.string "You don't have a big SEEDOT?\n"
.string "That's too bad…\p"
.string "If you get a big SEEDOT, please\n"
.string "come show me.$"
SootopolisCity_LotadAndSeedotHouse_Text_227617: @ 8227617
SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory: @ 8227617
.string "The biggest SEEDOT in history!\n"
.string "{STR_VAR_2}'s {STR_VAR_3}-inch giant!\p"
.string "A SEEDOT bigger than a LOTAD\n"
.string "always wanted!$"
SootopolisCity_LotadAndSeedotHouse_Text_227676: @ 8227676
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad: @ 8227676
.string "Do you know the POKéMON LOTAD?\n"
.string "It's rarely seen in SOOTOPOLIS.\p"
.string "I love, I mean love, big LOTAD!\p"
@@ -172,7 +173,7 @@ SootopolisCity_LotadAndSeedotHouse_Text_227676: @ 8227676
.string "Hunh? Do you have a LOTAD?\n"
.string "P-p-please show me!$"
SootopolisCity_LotadAndSeedotHouse_Text_22776C: @ 822776C
SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot: @ 822776C
.string "{STR_VAR_2} inches!\n"
.string "Wow, that is big!\p"
.string "It might be even bigger than the huge\n"
@@ -180,29 +181,30 @@ SootopolisCity_LotadAndSeedotHouse_Text_22776C: @ 822776C
.string "Thanks for showing me!\n"
.string "This is my thanks!$"
SootopolisCity_LotadAndSeedotHouse_Text_2277F4: @ 82277F4
@ Unused
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion2: @ 82277F4
.string "{PLAYER} received a POTION.$"
SootopolisCity_LotadAndSeedotHouse_Text_22780A: @ 822780A
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2: @ 822780A
.string "Hunh?\n"
.string "Your BAG is crammed full.$"
SootopolisCity_LotadAndSeedotHouse_Text_22782A: @ 822782A
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad: @ 822782A
.string "{STR_VAR_2} inches?\p"
.string "Hmm… I've seen a bigger LOTAD\n"
.string "than this one here.$"
SootopolisCity_LotadAndSeedotHouse_Text_227867: @ 8227867
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad: @ 8227867
.string "Well, isn't this something!\n"
.string "But it's no LOTAD!$"
SootopolisCity_LotadAndSeedotHouse_Text_227896: @ 8227896
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad: @ 8227896
.string "Don't you have a big LOTAD?\n"
.string "How disappointing…\p"
.string "If you get a big LOTAD, please\n"
.string "come show me!$"
SootopolisCity_LotadAndSeedotHouse_Text_2278F2: @ 82278F2
SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory: @ 82278F2
.string "The biggest LOTAD in history!\n"
.string "{STR_VAR_2}'s {STR_VAR_3}-inch colossus!\p"
.string "A LOTAD bigger than a SEEDOT\n"