Document Dewford scripts
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
DewfordTown_House2_MapScripts:: @ 81FE22D
|
||||
.byte 0
|
||||
|
||||
DewfordTown_House2_EventScript_1FE22E:: @ 81FE22E
|
||||
DewfordTown_House2_EventScript_Man:: @ 81FE22E
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_SILK_SCARF, DewfordTown_House2_EventScript_1FE267
|
||||
msgbox DewfordTown_House2_Text_1FE27A, MSGBOX_DEFAULT
|
||||
goto_if_set FLAG_RECEIVED_SILK_SCARF, DewfordTown_House2_EventScript_ExplainSilkScarf
|
||||
msgbox DewfordTown_House2_Text_WantYouToHaveSilkScarf, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_SILK_SCARF
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq DewfordTown_House2_EventScript_1FE25D
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq DewfordTown_House2_EventScript_NoRoomForScarf
|
||||
setflag FLAG_RECEIVED_SILK_SCARF
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE25D:: @ 81FE25D
|
||||
msgbox DewfordTown_House2_Text_1FE356, MSGBOX_DEFAULT
|
||||
DewfordTown_House2_EventScript_NoRoomForScarf:: @ 81FE25D
|
||||
msgbox DewfordTown_House2_Text_NoRoom, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE267:: @ 81FE267
|
||||
msgbox DewfordTown_House2_Text_1FE3D1, MSGBOX_DEFAULT
|
||||
DewfordTown_House2_EventScript_ExplainSilkScarf:: @ 81FE267
|
||||
msgbox DewfordTown_House2_Text_ExplainSilkScarf, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE271:: @ 81FE271
|
||||
msgbox DewfordTown_House2_Text_1FE444, MSGBOX_NPC
|
||||
DewfordTown_House2_EventScript_Boy:: @ 81FE271
|
||||
msgbox DewfordTown_House2_Text_BrawlySoCool, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House2_Text_1FE27A: @ 81FE27A
|
||||
DewfordTown_House2_Text_WantYouToHaveSilkScarf: @ 81FE27A
|
||||
.string "Gorge your eyes on this!\p"
|
||||
.string "It's a SILK SCARF. It's right at the\n"
|
||||
.string "cutting edge of fashion, yeah!\p"
|
||||
@@ -36,19 +36,19 @@ DewfordTown_House2_Text_1FE27A: @ 81FE27A
|
||||
.string "Oh, you're a delight!\n"
|
||||
.string "Here you go. I want you to have it!$"
|
||||
|
||||
DewfordTown_House2_Text_1FE356: @ 81FE356
|
||||
DewfordTown_House2_Text_NoRoom: @ 81FE356
|
||||
.string "Oh, you don't have room?\p"
|
||||
.string "Now, listen tight, this SCARF is a must-\n"
|
||||
.string "have! Why, I would sell all my items\l"
|
||||
.string "in order to get it!$"
|
||||
|
||||
DewfordTown_House2_Text_1FE3D1: @ 81FE3D1
|
||||
DewfordTown_House2_Text_ExplainSilkScarf: @ 81FE3D1
|
||||
.string "The SILK SCARF raises the power of\n"
|
||||
.string "NORMAL-type moves.\p"
|
||||
.string "It's a marvelous SCARF that will go\n"
|
||||
.string "with almost all POKéMON!$"
|
||||
|
||||
DewfordTown_House2_Text_1FE444: @ 81FE444
|
||||
DewfordTown_House2_Text_BrawlySoCool: @ 81FE444
|
||||
.string "Wow, you bothered to cross the sea\n"
|
||||
.string "to visit DEWFORD?\p"
|
||||
.string "Did you maybe come here because you\n"
|
||||
|
||||
Reference in New Issue
Block a user