Files
pokeemerald-expansion/data/scripts/std_msgbox.inc
Hedara 2844633403 Merge commit '89ca861a3af8b23bcd3db86fcea017a04ea82769' into pret-merge
Conflicts:
	data/maps/BattleFrontier_BattleArenaBattleRoom/scripts.inc
	data/maps/BattleFrontier_BattleDomeBattleRoom/scripts.inc
	data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc
	data/maps/BattleFrontier_BattlePalaceBattleRoom/scripts.inc
	data/maps/BattleFrontier_BattlePikeRoomNormal/scripts.inc
	data/maps/BattleFrontier_BattlePyramidTop/scripts.inc
	data/maps/BattleFrontier_BattleTowerBattleRoom/scripts.inc
	data/maps/BattleFrontier_Lounge1/scripts.inc
	data/maps/BattleFrontier_Lounge5/scripts.inc
	data/maps/BattleFrontier_Lounge6/scripts.inc
	data/maps/BattleFrontier_Lounge7/scripts.inc
	data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc
	data/maps/FortreeCity_House1/scripts.inc
	data/maps/LilycoveCity_MoveDeletersHouse/scripts.inc
	data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc
	data/maps/PacifidlogTown_House3/scripts.inc
	data/maps/RustboroCity_House1/scripts.inc
	data/maps/SlateportCity_BattleTentBattleRoom/scripts.inc
	data/maps/SlateportCity_NameRatersHouse/scripts.inc
	data/maps/SootopolisCity_LotadAndSeedotHouse/scripts.inc
	data/scripts/day_care.inc
	data/scripts/pc_transfer.inc
	data/specials.inc
2026-05-15 16:40:56 +02:00

75 lines
1.3 KiB
C++

Std_MsgboxNPC:
lock
faceplayer
message NULL
waitmessage
waitbuttonpress
release
return
Std_MsgboxSign:
setflag FLAG_SAFE_FOLLOWER_MOVEMENT
lockall
message NULL
waitmessage
waitbuttonpress
releaseall
clearflag FLAG_SAFE_FOLLOWER_MOVEMENT
return
Std_MsgboxDefault:
message NULL
waitmessage
waitbuttonpress
return
Std_MsgboxYesNo:
message NULL
waitmessage
yesnobox 20, 8
return
Std_ReceivedItem::
textcolor NPC_TEXT_COLOR_NEUTRAL
call_if_eq VAR_0x8002, MUS_LEVEL_UP, EventScript_ReceivedItemFanfare1
call_if_eq VAR_0x8002, MUS_RG_OBTAIN_KEY_ITEM, EventScript_ReceivedItemFanfare2
message 0x0
waitmessage
waitfanfare
call_if_eq VAR_0x8002, MUS_LEVEL_UP, EventScript_ReceivedItemWaitFanfare
putitemaway VAR_0x8000, VAR_0x8001
call EventScript_RestorePrevTextColor
return
EventScript_ReceivedItemFanfare1::
playfanfare MUS_LEVEL_UP
return
EventScript_ReceivedItemFanfare2::
playfanfare MUS_RG_OBTAIN_KEY_ITEM
return
EventScript_ReceivedItemWaitFanfare::
delay 50
return
Std_MsgboxGetPoints:
message NULL
playfanfare MUS_OBTAIN_B_POINTS
waitfanfare
waitmessage
return
@ Never used, pokenavcall is always used directly instead
Std_MsgboxPokenav:
pokenavcall NULL
waitmessage
return
EventScript_UnusedReturn:
return
Common_EventScript_SaveGame::
special SaveGame
return