Remove address comments
This commit is contained in:
@@ -1,49 +1,49 @@
|
||||
PokemonLeague_AgathasRoom_MapScripts:: @ 8162810
|
||||
PokemonLeague_AgathasRoom_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_RESUME, PokemonLeague_AgathasRoom_OnResume
|
||||
map_script MAP_SCRIPT_ON_LOAD, PokemonLeague_AgathasRoom_OnLoad
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, PokemonLeague_AgathasRoom_OnWarp
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, PokemonLeague_AgathasRoom_OnFrame
|
||||
.byte 0
|
||||
|
||||
PokemonLeague_AgathasRoom_OnResume:: @ 8162825
|
||||
PokemonLeague_AgathasRoom_OnResume::
|
||||
setvar VAR_0x8004, 2
|
||||
call PokemonLeague_EventScript_DoLightingEffect
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_OnLoad:: @ 8162830
|
||||
PokemonLeague_AgathasRoom_OnLoad::
|
||||
call_if_set FLAG_DEFEATED_AGATHA, PokemonLeague_AgathasRoom_EventScript_SetDoorOpen
|
||||
compare VAR_MAP_SCENE_POKEMON_LEAGUE, 3
|
||||
call_if_eq PokemonLeague_AgathasRoom_EventScript_CloseEntry
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_CloseEntry:: @ 8162845
|
||||
PokemonLeague_AgathasRoom_EventScript_CloseEntry::
|
||||
call PokemonLeague_EventScript_CloseEntry
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_SetDoorOpen:: @ 816284B
|
||||
PokemonLeague_AgathasRoom_EventScript_SetDoorOpen::
|
||||
call PokemonLeague_EventScript_SetDoorOpen
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_OnWarp:: @ 8162851
|
||||
PokemonLeague_AgathasRoom_OnWarp::
|
||||
map_script_2 VAR_TEMP_1, 0, PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth
|
||||
.2byte 0
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth:: @ 816285B
|
||||
PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth::
|
||||
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_OnFrame:: @ 8162860
|
||||
PokemonLeague_AgathasRoom_OnFrame::
|
||||
map_script_2 VAR_MAP_SCENE_POKEMON_LEAGUE, 2, PokemonLeague_AgathasRoom_EventScript_EnterRoom
|
||||
.2byte 0
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_EnterRoom:: @ 816286A
|
||||
PokemonLeague_AgathasRoom_EventScript_EnterRoom::
|
||||
lockall
|
||||
call PokemonLeague_EventScript_EnterRoom
|
||||
setvar VAR_MAP_SCENE_POKEMON_LEAGUE, 3
|
||||
releaseall
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_Agatha:: @ 8162877
|
||||
PokemonLeague_AgathasRoom_EventScript_Agatha::
|
||||
lock
|
||||
faceplayer
|
||||
famechecker FAMECHECKER_AGATHA, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
|
||||
@@ -61,28 +61,28 @@ PokemonLeague_AgathasRoom_EventScript_Agatha:: @ 8162877
|
||||
goto PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_Intro:: @ 81628E9
|
||||
PokemonLeague_AgathasRoom_EventScript_Intro::
|
||||
msgbox PokemonLeague_AgathasRoom_Text_Intro
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_RematchIntro:: @ 81628F2
|
||||
PokemonLeague_AgathasRoom_EventScript_RematchIntro::
|
||||
msgbox PokemonLeague_AgathasRoom_Text_RematchIntro
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_Battle:: @ 81628FB
|
||||
PokemonLeague_AgathasRoom_EventScript_Battle::
|
||||
trainerbattle_no_intro TRAINER_ELITE_FOUR_AGATHA, PokemonLeague_AgathasRoom_Text_Defeat
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_Rematch:: @ 8162906
|
||||
PokemonLeague_AgathasRoom_EventScript_Rematch::
|
||||
trainerbattle_no_intro TRAINER_ELITE_FOUR_AGATHA_2, PokemonLeague_AgathasRoom_Text_Defeat
|
||||
return
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_PostBattle:: @ 8162911
|
||||
PokemonLeague_AgathasRoom_EventScript_PostBattle::
|
||||
msgbox PokemonLeague_AgathasRoom_Text_PostBattle
|
||||
release
|
||||
end
|
||||
|
||||
PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha:: @ 816291B
|
||||
PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha::
|
||||
setflag FLAG_DEFEATED_AGATHA
|
||||
call PokemonLeague_EventScript_OpenDoor
|
||||
msgbox PokemonLeague_AgathasRoom_Text_PostBattle
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PokemonLeague_AgathasRoom_Text_Intro:: @ 817844D
|
||||
PokemonLeague_AgathasRoom_Text_Intro::
|
||||
.string "I am AGATHA of the ELITE FOUR.\p"
|
||||
.string "I hear OAK's taken a lot of\n"
|
||||
.string "interest in you, child.\p"
|
||||
@@ -13,7 +13,7 @@ PokemonLeague_AgathasRoom_Text_Intro:: @ 817844D
|
||||
.string "{PLAYER}! I'll show you how a real\n"
|
||||
.string "TRAINER battles!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$"
|
||||
|
||||
PokemonLeague_AgathasRoom_Text_RematchIntro:: @ 817858D
|
||||
PokemonLeague_AgathasRoom_Text_RematchIntro::
|
||||
.string "I am AGATHA of the ELITE FOUR.\p"
|
||||
.string "You're the child that OAK's taken\n"
|
||||
.string "under his wing, aren't you?\p"
|
||||
@@ -28,11 +28,11 @@ PokemonLeague_AgathasRoom_Text_RematchIntro:: @ 817858D
|
||||
.string "{PLAYER}! I'll show you how a real\n"
|
||||
.string "TRAINER battles!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$"
|
||||
|
||||
PokemonLeague_AgathasRoom_Text_Defeat:: @ 81786D7
|
||||
PokemonLeague_AgathasRoom_Text_Defeat::
|
||||
.string "Oh, my!\n"
|
||||
.string "You're something special, child!$"
|
||||
|
||||
PokemonLeague_AgathasRoom_Text_PostBattle:: @ 8178700
|
||||
PokemonLeague_AgathasRoom_Text_PostBattle::
|
||||
.string "You win!\p"
|
||||
.string "I see what the old duff sees in\n"
|
||||
.string "you now.\p"
|
||||
|
||||
Reference in New Issue
Block a user