mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 20:44:35 -04:00
70bad62f9b
# Conflicts: # Makefile # data/maps/BattleFrontier_BattleTowerLobby/scripts.inc # data/maps/OldaleTown/scripts.inc # data/maps/Route110_TrickHousePuzzle7/scripts.inc # data/maps/Route110_TrickHousePuzzle8/scripts.inc # data/scripts/roulette.inc # data/tilesets/graphics.inc # data/tilesets/metatiles.inc # graphics/trainer_card/0star_fr.pal # graphics/trainer_card/four_stars_fr.pal # graphics/trainer_card/frlg/0star.pal # graphics/trainer_card/frlg/blue.pal # graphics/trainer_card/frlg/bronze.pal # graphics/trainer_card/frlg/card.png # graphics/trainer_card/frlg/four_stars.pal # graphics/trainer_card/frlg/gold.pal # graphics/trainer_card/frlg/green.pal # graphics/trainer_card/frlg/one_star.pal # graphics/trainer_card/frlg/silver.pal # graphics/trainer_card/frlg/three_stars.pal # graphics/trainer_card/frlg/two_stars.pal # graphics/trainer_card/one_star_fr.pal # graphics/trainer_card/three_stars_fr.pal # graphics/trainer_card/two_stars_fr.pal # src/battle_message.c # src/battle_tent.c # src/berry_blender.c # src/berry_tag_screen.c # src/data/bard_music/length_table.h # src/data/credits.h # src/data/items.h # src/data/pokemon/pokedex_orders.h # src/data/region_map/region_map_entries.h # src/easy_chat.c # src/field_region_map.c # src/graphics.c # src/item.c # src/item_menu.c # src/menu_specialized.c # src/pokedex.c # src/pokedex_cry_screen.c # src/pokemon_jump.c # src/pokenav_conditions_search_results.c # src/pokenav_match_call_gfx.c # src/pokenav_ribbons_list.c # src/shop.c # src/trade.c # src/trainer_card.c # src/wireless_communication_status_screen.c
303 lines
10 KiB
C++
303 lines
10 KiB
C++
BattleFrontier_Lounge7_MapScripts::
|
|
.byte 0
|
|
|
|
BattleFrontier_Lounge7_EventScript_LeftMoveTutor::
|
|
lock
|
|
faceplayer
|
|
setvar VAR_TEMP_C, SCROLL_MULTI_BF_MOVE_TUTOR_1
|
|
goto_if_set FLAG_MET_FRONTIER_BEAUTY_MOVE_TUTOR, BattleFrontier_Lounge7_EventScript_AlreadyMetLeftTutor
|
|
msgbox BattleFrontier_Lounge7_Text_LeftTutorIntro, MSGBOX_DEFAULT
|
|
setflag FLAG_MET_FRONTIER_BEAUTY_MOVE_TUTOR
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseLeftTutorMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_AlreadyMetLeftTutor::
|
|
msgbox BattleFrontier_Lounge7_Text_LeftTutorWelcomeBack, MSGBOX_DEFAULT
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseLeftTutorMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ChooseLeftTutorMove::
|
|
message BattleFrontier_Lounge7_Text_TeachWhichMove
|
|
waitmessage
|
|
special ShowBattlePointsWindow
|
|
setvar VAR_TEMP_FRONTIER_TUTOR_ID, 0
|
|
setvar VAR_0x8004, SCROLL_MULTI_BF_MOVE_TUTOR_1
|
|
setvar VAR_0x8006, 0
|
|
special ShowScrollableMultichoice
|
|
waitstate
|
|
copyvar VAR_TEMP_FRONTIER_TUTOR_SELECTION, VAR_RESULT
|
|
switch VAR_RESULT
|
|
case 0, BattleFrontier_Lounge7_EventScript_Softboiled
|
|
case 1, BattleFrontier_Lounge7_EventScript_SeismicToss
|
|
case 2, BattleFrontier_Lounge7_EventScript_DreamEater
|
|
case 3, BattleFrontier_Lounge7_EventScript_MegaPunch
|
|
case 4, BattleFrontier_Lounge7_EventScript_MegaKick
|
|
case 5, BattleFrontier_Lounge7_EventScript_BodySlam
|
|
case 6, BattleFrontier_Lounge7_EventScript_RockSlide
|
|
case 7, BattleFrontier_Lounge7_EventScript_Counter
|
|
case 8, BattleFrontier_Lounge7_EventScript_ThunderWave
|
|
case 9, BattleFrontier_Lounge7_EventScript_SwordsDance
|
|
case 10, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
case MULTI_B_PRESSED, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ChooseNewLeftTutorMove::
|
|
message BattleFrontier_Lounge7_Text_TeachWhichMove
|
|
waitmessage
|
|
setvar VAR_TEMP_FRONTIER_TUTOR_ID, 0
|
|
setvar VAR_0x8004, SCROLL_MULTI_BF_MOVE_TUTOR_1
|
|
setvar VAR_0x8006, 1
|
|
special ShowScrollableMultichoice
|
|
waitstate
|
|
copyvar VAR_TEMP_FRONTIER_TUTOR_SELECTION, VAR_RESULT
|
|
switch VAR_RESULT
|
|
case 0, BattleFrontier_Lounge7_EventScript_Softboiled
|
|
case 1, BattleFrontier_Lounge7_EventScript_SeismicToss
|
|
case 2, BattleFrontier_Lounge7_EventScript_DreamEater
|
|
case 3, BattleFrontier_Lounge7_EventScript_MegaPunch
|
|
case 4, BattleFrontier_Lounge7_EventScript_MegaKick
|
|
case 5, BattleFrontier_Lounge7_EventScript_BodySlam
|
|
case 6, BattleFrontier_Lounge7_EventScript_RockSlide
|
|
case 7, BattleFrontier_Lounge7_EventScript_Counter
|
|
case 8, BattleFrontier_Lounge7_EventScript_ThunderWave
|
|
case 9, BattleFrontier_Lounge7_EventScript_SwordsDance
|
|
case 10, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
case MULTI_B_PRESSED, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Softboiled::
|
|
setvar VAR_0x8008, 16
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_SeismicToss::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_DreamEater::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_MegaPunch::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_MegaKick::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_BodySlam::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_RockSlide::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Counter::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ThunderWave::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_SwordsDance::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_RightMoveTutor::
|
|
lock
|
|
faceplayer
|
|
setvar VAR_TEMP_C, SCROLL_MULTI_BF_MOVE_TUTOR_2
|
|
goto_if_set FLAG_MET_FRONTIER_SWIMMER_MOVE_TUTOR, BattleFrontier_Lounge7_EventScript_AlreadyMetRightTutor
|
|
msgbox BattleFrontier_Lounge7_Text_RightTutorIntro, MSGBOX_DEFAULT
|
|
setflag FLAG_MET_FRONTIER_SWIMMER_MOVE_TUTOR
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseRightTutorMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_AlreadyMetRightTutor::
|
|
msgbox BattleFrontier_Lounge7_Text_RightTutorWelcomeBack, MSGBOX_DEFAULT
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseRightTutorMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ChooseRightTutorMove::
|
|
message BattleFrontier_Lounge7_Text_TeachWhichMove
|
|
waitmessage
|
|
special ShowBattlePointsWindow
|
|
setvar VAR_TEMP_FRONTIER_TUTOR_ID, 1
|
|
setvar VAR_0x8004, SCROLL_MULTI_BF_MOVE_TUTOR_2
|
|
setvar VAR_0x8006, 0
|
|
special ShowScrollableMultichoice
|
|
waitstate
|
|
copyvar VAR_TEMP_FRONTIER_TUTOR_SELECTION, VAR_RESULT
|
|
switch VAR_RESULT
|
|
case 0, BattleFrontier_Lounge7_EventScript_DefenseCurl
|
|
case 1, BattleFrontier_Lounge7_EventScript_Snore
|
|
case 2, BattleFrontier_Lounge7_EventScript_MudSlap
|
|
case 3, BattleFrontier_Lounge7_EventScript_Swift
|
|
case 4, BattleFrontier_Lounge7_EventScript_IcyWind
|
|
case 5, BattleFrontier_Lounge7_EventScript_Endure
|
|
case 6, BattleFrontier_Lounge7_EventScript_PsychUp
|
|
case 7, BattleFrontier_Lounge7_EventScript_IcePunch
|
|
case 8, BattleFrontier_Lounge7_EventScript_ThunderPunch
|
|
case 9, BattleFrontier_Lounge7_EventScript_FirePunch
|
|
case 10, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
case MULTI_B_PRESSED, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ChooseNewRightTutorMove::
|
|
message BattleFrontier_Lounge7_Text_TeachWhichMove
|
|
waitmessage
|
|
setvar VAR_TEMP_FRONTIER_TUTOR_ID, 1
|
|
setvar VAR_0x8004, SCROLL_MULTI_BF_MOVE_TUTOR_2
|
|
setvar VAR_0x8006, 1
|
|
special ShowScrollableMultichoice
|
|
waitstate
|
|
copyvar VAR_TEMP_FRONTIER_TUTOR_SELECTION, VAR_RESULT
|
|
switch VAR_RESULT
|
|
case 0, BattleFrontier_Lounge7_EventScript_DefenseCurl
|
|
case 1, BattleFrontier_Lounge7_EventScript_Snore
|
|
case 2, BattleFrontier_Lounge7_EventScript_MudSlap
|
|
case 3, BattleFrontier_Lounge7_EventScript_Swift
|
|
case 4, BattleFrontier_Lounge7_EventScript_IcyWind
|
|
case 5, BattleFrontier_Lounge7_EventScript_Endure
|
|
case 6, BattleFrontier_Lounge7_EventScript_PsychUp
|
|
case 7, BattleFrontier_Lounge7_EventScript_IcePunch
|
|
case 8, BattleFrontier_Lounge7_EventScript_ThunderPunch
|
|
case 9, BattleFrontier_Lounge7_EventScript_FirePunch
|
|
case 10, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
case MULTI_B_PRESSED, BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_DefenseCurl::
|
|
setvar VAR_0x8008, 16
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Snore::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_MudSlap::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Swift::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_IcyWind::
|
|
setvar VAR_0x8008, 24
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Endure::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_PsychUp::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_IcePunch::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ThunderPunch::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_FirePunch::
|
|
setvar VAR_0x8008, 48
|
|
goto BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ExitTutorMoveSelect::
|
|
special CloseBattleFrontierTutorWindow
|
|
special CloseBattlePointsWindow
|
|
msgbox BattleFrontier_Lounge7_Text_YouDontWantTo, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_CancelChooseMon::
|
|
msgbox BattleFrontier_Lounge7_Text_YouDontWantTo, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
@ VAR_0x8008 is the price
|
|
@ VAR_TEMP_C is the scroll multichoice ID
|
|
@ VAR_TEMP_FRONTIER_TUTOR_SELECTION is the move selection
|
|
@ VAR_TEMP_FRONTIER_TUTOR_ID is which move tutor was spoken to
|
|
BattleFrontier_Lounge7_EventScript_ConfirmMoveSelection::
|
|
copyvar VAR_0x8004, VAR_TEMP_FRONTIER_TUTOR_SELECTION
|
|
copyvar VAR_0x8005, VAR_TEMP_FRONTIER_TUTOR_ID
|
|
special BufferBattleFrontierTutorMoveName
|
|
buffernumberstring STR_VAR_2, VAR_0x8008
|
|
copyvar VAR_0x8004, VAR_TEMP_C
|
|
msgbox BattleFrontier_Lounge7_Text_MoveWillBeXBattlePoints, MSGBOX_YESNO
|
|
goto_if_eq VAR_RESULT, NO, BattleFrontier_Lounge7_EventScript_ChooseNewMove
|
|
specialvar VAR_TEMP_1, GetFrontierBattlePoints
|
|
goto_if_ge VAR_TEMP_1, VAR_0x8008, BattleFrontier_Lounge7_EventScript_TeachTutorMove
|
|
msgbox BattleFrontier_Lounge7_Text_HaventGotEnoughPoints, MSGBOX_DEFAULT
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseNewMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_TeachTutorMove::
|
|
msgbox BattleFrontier_Lounge7_Text_TeachMoveToWhichMon, MSGBOX_DEFAULT
|
|
special GetBattleFrontierTutorMoveIndex
|
|
fadescreen FADE_TO_BLACK
|
|
special CloseBattlePointsWindow
|
|
special CloseBattleFrontierTutorWindow
|
|
special ChooseMonForMoveTutor
|
|
waitstate
|
|
goto_if_eq VAR_RESULT, FALSE, BattleFrontier_Lounge7_EventScript_CancelChooseMon
|
|
msgbox BattleFrontier_Lounge7_Text_IllTakeBattlePoints, MSGBOX_DEFAULT
|
|
copyvar VAR_0x8004, VAR_0x8008
|
|
special TakeFrontierBattlePoints
|
|
release
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_ChooseNewMove::
|
|
goto_if_eq VAR_TEMP_FRONTIER_TUTOR_ID, 0, BattleFrontier_Lounge7_EventScript_ChooseNewLeftTutorMove
|
|
goto BattleFrontier_Lounge7_EventScript_ChooseNewRightTutorMove
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Sailor::
|
|
msgbox BattleFrontier_Lounge7_Text_ThinkLadiesDontGetAlong, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_Lounge7_EventScript_Gentleman::
|
|
msgbox BattleFrontier_Lounge7_Text_LadiesWereStrongAndBeautiful, MSGBOX_NPC
|
|
end
|
|
|
|
.ifdef FRENCH
|
|
.include "data/maps/BattleFrontier_Lounge7/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/BattleFrontier_Lounge7/text_it.inc"
|
|
.else
|
|
.ifdef SPANISH
|
|
.include "data/maps/BattleFrontier_Lounge7/text_es.inc"
|
|
.else
|
|
.include "data/maps/BattleFrontier_Lounge7/text.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|