Document Oldale scripts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "OldaleTown_House2_EventScript_1FBF5B",
|
||||
"script": "OldaleTown_House2_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "OldaleTown_House2_EventScript_1FBF64",
|
||||
"script": "OldaleTown_House2_EventScript_Man",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
OldaleTown_House2_MapScripts:: @ 81FBF5A
|
||||
.byte 0
|
||||
|
||||
OldaleTown_House2_EventScript_1FBF5B:: @ 81FBF5B
|
||||
msgbox OldaleTown_House2_Text_1FBF6D, MSGBOX_NPC
|
||||
OldaleTown_House2_EventScript_Woman:: @ 81FBF5B
|
||||
msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC
|
||||
end
|
||||
|
||||
OldaleTown_House2_EventScript_1FBF64:: @ 81FBF64
|
||||
msgbox OldaleTown_House2_Text_1FBFB0, MSGBOX_NPC
|
||||
OldaleTown_House2_EventScript_Man:: @ 81FBF64
|
||||
msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
OldaleTown_House2_Text_1FBF6D: @ 81FBF6D
|
||||
OldaleTown_House2_Text_PokemonLevelUp: @ 81FBF6D
|
||||
.string "When POKéMON battle, they eventually\n"
|
||||
.string "level up and become stronger.$"
|
||||
|
||||
OldaleTown_House2_Text_1FBFB0: @ 81FBFB0
|
||||
OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon: @ 81FBFB0
|
||||
.string "If the POKéMON with you become\n"
|
||||
.string "stronger, you'll be able to go farther\l"
|
||||
.string "away from here.$"
|
||||
|
||||
Reference in New Issue
Block a user