diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/RustboroCity_House1 | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/RustboroCity_House1')
| -rw-r--r-- | data/maps/RustboroCity_House1/scripts.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/RustboroCity_House1/scripts.inc b/data/maps/RustboroCity_House1/scripts.inc index cf1cec610..0b7de48bc 100644 --- a/data/maps/RustboroCity_House1/scripts.inc +++ b/data/maps/RustboroCity_House1/scripts.inc @@ -1,7 +1,7 @@ -RustboroCity_House1_MapScripts:: @ 821593E +RustboroCity_House1_MapScripts:: .byte 0 -RustboroCity_House1_EventScript_Trader:: @ 821593F +RustboroCity_House1_EventScript_Trader:: lock faceplayer goto_if_set FLAG_RUSTBORO_NPC_TRADE_COMPLETED, RustboroCity_House1_EventScript_TradeCompleted @@ -32,27 +32,27 @@ RustboroCity_House1_EventScript_Trader:: @ 821593F release end -RustboroCity_House1_EventScript_DeclineTrade:: @ 82159BD +RustboroCity_House1_EventScript_DeclineTrade:: msgbox RustboroCity_House1_Text_YouDontWantToThatsOkay, MSGBOX_DEFAULT release end -RustboroCity_House1_EventScript_NotRequestedMon:: @ 82159C7 +RustboroCity_House1_EventScript_NotRequestedMon:: bufferspeciesname 0, VAR_0x8009 msgbox RustboroCity_House1_Text_DoesntLookLikeMonToMe, MSGBOX_DEFAULT release end -RustboroCity_House1_EventScript_TradeCompleted:: @ 82159D5 +RustboroCity_House1_EventScript_TradeCompleted:: msgbox RustboroCity_House1_Text_AnyPokemonCanBeCute, MSGBOX_DEFAULT release end -RustboroCity_House1_EventScript_Hiker:: @ 82159DF +RustboroCity_House1_EventScript_Hiker:: msgbox RustboroCity_House1_Text_AllSortsOfPlaces, MSGBOX_NPC end -RustboroCity_House1_Text_IllTradeIfYouWant: @ 82159E8 +RustboroCity_House1_Text_IllTradeIfYouWant: .string "Huh? My POKéMON is cute?\n" .string "Sure, I knew that.\p" .string "But if you really want, I'm willing\n" @@ -60,23 +60,23 @@ RustboroCity_House1_Text_IllTradeIfYouWant: @ 82159E8 .string "I'll trade you my {STR_VAR_2} for\n" .string "a {STR_VAR_1} if you want.$" -RustboroCity_House1_Text_PleaseBeGoodToMyPokemon: @ 8215A77 +RustboroCity_House1_Text_PleaseBeGoodToMyPokemon: .string "Eheheh…\n" .string "Please be good to my POKéMON.$" -RustboroCity_House1_Text_DoesntLookLikeMonToMe: @ 8215A9D +RustboroCity_House1_Text_DoesntLookLikeMonToMe: .string "Huh? That doesn't look anything like\n" .string "a {STR_VAR_1} to me.$" -RustboroCity_House1_Text_YouDontWantToThatsOkay: @ 8215ACE +RustboroCity_House1_Text_YouDontWantToThatsOkay: .string "Oh, if you don't want to, that's okay.\n" .string "But my POKéMON is cute, you know…$" -RustboroCity_House1_Text_AnyPokemonCanBeCute: @ 8215B17 +RustboroCity_House1_Text_AnyPokemonCanBeCute: .string "Any POKéMON can be cute if you raise\n" .string "it with care and kindness.$" -RustboroCity_House1_Text_AllSortsOfPlaces: @ 8215B57 +RustboroCity_House1_Text_AllSortsOfPlaces: .string "In all sorts of places, there are all\n" .string "sorts of POKéMON and people.\p" .string "I find that fascinating, so I go to all\n" |
