Add missing script labels
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
|
||||
"script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C"
|
||||
"script": "FiveIsland_ResortGorgeous_House_EventScript_PokemonJournal"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
@@ -67,7 +67,7 @@
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
|
||||
"script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C"
|
||||
"script": "FiveIsland_ResortGorgeous_House_EventScript_PokemonJournal"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@ PokemonLeague_HallOfFame_MapScripts:: @ 8162D4C
|
||||
.byte 0
|
||||
|
||||
PokemonLeague_HallOfFame_OnWarp:: @ 8162D57
|
||||
map_script_2 VAR_TEMP_1, 0, EventScript_162D61
|
||||
map_script_2 VAR_TEMP_1, 0, PokemonLeague_HallOfFame_EventScript_TurnPlayerNorth
|
||||
.2byte 0
|
||||
|
||||
EventScript_162D61:: @ 8162D61
|
||||
PokemonLeague_HallOfFame_EventScript_TurnPlayerNorth:: @ 8162D61
|
||||
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
|
||||
end
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ Route21_North_Text_SpencerPostBattle:: @ 8188465
|
||||
|
||||
@ Below is the battle text for the Cue Ball that was on Route 21 in Gen 1.
|
||||
@ This trainer wasnt used in Gen 3 so their text goes unused/untranslated
|
||||
@ Interestingly they did add a rematch intro text for this trainer
|
||||
@ English translations from RB are listed
|
||||
|
||||
@ "What's wrong with me swimming?"
|
||||
|
||||
@@ -59,10 +59,10 @@ Route5_PokemonDayCare_Text_YouveGotNoRoomForIt:: @ 819DFC2
|
||||
Route5_PokemonDayCare_Text_DontHaveEnoughMoney:: @ 819E001
|
||||
.string "You don't have enough money.$"
|
||||
|
||||
Text_19E01E:: @ 819E01E
|
||||
Route5_PokemonDayCare_Text_19E01E:: @ 819E01E
|
||||
.string "きみの\n"
|
||||
.string "みてみるかね?$"
|
||||
|
||||
Text_19E02A:: @ 819E02A
|
||||
Route5_PokemonDayCare_Text_CantAcceptMonWithHM:: @ 819E02A
|
||||
.string "わるいけど ひでんのわざを もった\n"
|
||||
.string "ポケモンは あずかれないなぁ$"
|
||||
|
||||
Reference in New Issue
Block a user