Remove address comments
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
PokemonMansion_2F_MapScripts:: @ 8162254
|
||||
PokemonMansion_2F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_LOAD, PokemonMansion_2F_OnLoad
|
||||
.byte 0
|
||||
|
||||
PokemonMansion_2F_OnLoad:: @ 816225A
|
||||
PokemonMansion_2F_OnLoad::
|
||||
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_2F
|
||||
end
|
||||
|
||||
PokemonMansion_2F_EventScript_Statue:: @ 8162264
|
||||
PokemonMansion_2F_EventScript_Statue::
|
||||
lockall
|
||||
setvar VAR_0x8004, 1
|
||||
call PokemonMansion_EventScript_SecretSwitch
|
||||
@@ -16,15 +16,15 @@ PokemonMansion_2F_EventScript_Statue:: @ 8162264
|
||||
releaseall
|
||||
end
|
||||
|
||||
PokemonMansion_2F_EventScript_DiaryJuly5th:: @ 8162278
|
||||
PokemonMansion_2F_EventScript_DiaryJuly5th::
|
||||
msgbox PokemonMansion_1F_Text_NewMonDiscoveredInGuyanaJungle, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
PokemonMansion_2F_EventScript_DiaryJuly10th:: @ 8162281
|
||||
PokemonMansion_2F_EventScript_DiaryJuly10th::
|
||||
msgbox PokemonMansion_1F_Text_ChristenedDiscoveredMonMew, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
PokemonMansion_2F_EventScript_Arnie:: @ 816228A
|
||||
PokemonMansion_2F_EventScript_Arnie::
|
||||
trainerbattle_single TRAINER_BURGLAR_ARNIE, PokemonMansion_1F_Text_ArnieIntro, PokemonMansion_1F_Text_ArnieDefeat
|
||||
msgbox PokemonMansion_1F_Text_ArniePostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,32 +1,32 @@
|
||||
PokemonMansion_Text_PressSecretSwitch:: @ 8177460
|
||||
PokemonMansion_Text_PressSecretSwitch::
|
||||
.string "A secret switch!\p"
|
||||
.string "Press it?$"
|
||||
|
||||
PokemonMansion_Text_WhoWouldnt:: @ 817747B
|
||||
PokemonMansion_Text_WhoWouldnt::
|
||||
.string "Who wouldn't?$"
|
||||
|
||||
PokemonMansion_Text_NotQuiteYet:: @ 8177489
|
||||
PokemonMansion_Text_NotQuiteYet::
|
||||
.string "Not quite yet!$"
|
||||
|
||||
PokemonMansion_1F_Text_ArnieIntro:: @ 8177498
|
||||
PokemonMansion_1F_Text_ArnieIntro::
|
||||
.string "I can't get out!\n"
|
||||
.string "This old place is one big puzzle.$"
|
||||
|
||||
PokemonMansion_1F_Text_ArnieDefeat:: @ 81774CB
|
||||
PokemonMansion_1F_Text_ArnieDefeat::
|
||||
.string "Oh, no!\n"
|
||||
.string "My bag of loot!$"
|
||||
|
||||
PokemonMansion_1F_Text_ArniePostBattle:: @ 81774E3
|
||||
PokemonMansion_1F_Text_ArniePostBattle::
|
||||
.string "The switches here open and close\n"
|
||||
.string "alternating sets of doors.$"
|
||||
|
||||
PokemonMansion_1F_Text_NewMonDiscoveredInGuyanaJungle:: @ 817751F
|
||||
PokemonMansion_1F_Text_NewMonDiscoveredInGuyanaJungle::
|
||||
.string "Diary: July 5\n"
|
||||
.string "Guyana, South America\p"
|
||||
.string "A new POKéMON was discovered deep\n"
|
||||
.string "in the jungle.$"
|
||||
|
||||
PokemonMansion_1F_Text_ChristenedDiscoveredMonMew:: @ 8177574
|
||||
PokemonMansion_1F_Text_ChristenedDiscoveredMonMew::
|
||||
.string "Diary: July 10\n"
|
||||
.string "We christened the newly discovered\l"
|
||||
.string "POKéMON, MEW.$"
|
||||
|
||||
Reference in New Issue
Block a user