Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SootopolisCity_LotadAndSeedotHouse_MapScripts:: @ 822722A
|
||||
SootopolisCity_LotadAndSeedotHouse_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother:: @ 822722B
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother::
|
||||
special GetSeedotSizeRecordInfo
|
||||
lock
|
||||
faceplayer
|
||||
@@ -21,22 +21,22 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother:: @ 822722B
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot:: @ 8227272
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot:: @ 822727C
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot:: @ 8227286
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot:: @ 8227290
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad, MSGBOX_DEFAULT
|
||||
giveitem ITEM_ELIXIR
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -45,12 +45,12 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot:: @ 8227290
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1:: @ 82272B2
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother:: @ 82272BC
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother::
|
||||
special GetLotadSizeRecordInfo
|
||||
lock
|
||||
faceplayer
|
||||
@@ -70,22 +70,22 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother:: @ 82272BC
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad:: @ 8227303
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad:: @ 822730D
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad:: @ 8227317
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad:: @ 8227321
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot, MSGBOX_DEFAULT
|
||||
giveitem ITEM_ELIXIR
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -94,26 +94,26 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad:: @ 8227321
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2:: @ 8227343
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotSizeRecord:: @ 822734D
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotSizeRecord::
|
||||
special GetSeedotSizeRecordInfo
|
||||
lockall
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadSizeRecord:: @ 822735B
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadSizeRecord::
|
||||
special GetLotadSizeRecordInfo
|
||||
lockall
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot: @ 8227369
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot:
|
||||
.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_PleaseShowMeBigSeedot: @ 8227369
|
||||
.string "Huh? Do you have a SEEDOT with you?\n"
|
||||
.string "P-p-please, show me!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad: @ 8227480
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad:
|
||||
.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"
|
||||
@@ -134,35 +134,35 @@ SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad: @ 8227480
|
||||
.string "This is my thanks!$"
|
||||
|
||||
@ Unused
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion1: @ 822750E
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion1:
|
||||
.string "{PLAYER} received a POTION.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1: @ 8227524
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1:
|
||||
.string "Hunh?\n"
|
||||
.string "Your BAG is crammed full.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot: @ 8227544
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot:
|
||||
.string "{STR_VAR_2} inches, is it?\p"
|
||||
.string "Hmm… I've seen a bigger SEEDOT\n"
|
||||
.string "than this one.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot: @ 8227584
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot:
|
||||
.string "Oh, now this is quite something…\n"
|
||||
.string "But it's not a SEEDOT!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot: @ 82275BC
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot:
|
||||
.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_BiggestSeedotInHistory: @ 8227617
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory:
|
||||
.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_PleaseShowMeBigLotad: @ 8227676
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad:
|
||||
.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"
|
||||
@@ -173,7 +173,7 @@ SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad: @ 8227676
|
||||
.string "Hunh? Do you have a LOTAD?\n"
|
||||
.string "P-p-please show me!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot: @ 822776C
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot:
|
||||
.string "{STR_VAR_2} inches!\n"
|
||||
.string "Wow, that is big!\p"
|
||||
.string "It might be even bigger than the huge\n"
|
||||
@@ -182,29 +182,29 @@ SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot: @ 822776C
|
||||
.string "This is my thanks!$"
|
||||
|
||||
@ Unused
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion2: @ 82277F4
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion2:
|
||||
.string "{PLAYER} received a POTION.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2: @ 822780A
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2:
|
||||
.string "Hunh?\n"
|
||||
.string "Your BAG is crammed full.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad: @ 822782A
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad:
|
||||
.string "{STR_VAR_2} inches?\p"
|
||||
.string "Hmm… I've seen a bigger LOTAD\n"
|
||||
.string "than this one here.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad: @ 8227867
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad:
|
||||
.string "Well, isn't this something!\n"
|
||||
.string "But it's no LOTAD!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad: @ 8227896
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad:
|
||||
.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_BiggestLotadInHistory: @ 82278F2
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory:
|
||||
.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"
|
||||
|
||||
Reference in New Issue
Block a user