Add debug options for follower NPCs (#7215)

This commit is contained in:
Bivurnum
2025-06-25 14:13:43 -05:00
committed by GitHub
parent 4f731835b4
commit c6221fa50e
4 changed files with 181 additions and 48 deletions

View File

@@ -270,6 +270,24 @@ Debug_ShowExpansionVersion::
Debug_ExpansionVersion:
.string "pokeemerald-expansion {STR_VAR_1}$"
Debug_Follower_NPC_Not_Enabled::
msgbox Debug_Enable_To_Use_Follower_NPCs, MSGBOX_DEFAULT
release
end
Debug_Enable_To_Use_Follower_NPCs:
.string "Feature unavailable.\nSet FNPC_ENABLE_NPC_FOLLOWERS to\lTRUE in 'include/config/follower_npc.h'.$"
Debug_Follower_NPC_Event_Script::
lock
facefollowernpc
msgbox Debug_Follower_NPC_Test_Message, MSGBOX_DEFAULT
releaseall
end
Debug_Follower_NPC_Test_Message:
.string "This is a Follower NPC test.$"
Debug_EventScript_Steven_Multi::
call MossdeepCity_SpaceCenter_2F_EventScript_ChoosePartyForMultiBattle
release