diff --git a/data/scripts/debug.inc b/data/scripts/debug.inc index d8392e49b449..0100f627fc0f 100644 --- a/data/scripts/debug.inc +++ b/data/scripts/debug.inc @@ -136,11 +136,6 @@ Debug_EventScript_Text_OffensiveIVs: Debug_EventScript_Text_DefensiveIVs: .string "HP IVs: {STR_VAR_1}, DEF IVs: {STR_VAR_2}, SPDEF IVs: {STR_VAR_3}$" -Debug_EventScript_Steven_Multi:: - call MossdeepCity_SpaceCenter_2F_EventScript_ChoosePartyForMultiBattle - release - end - Debug_EventScript_Script_1:: release end @@ -275,6 +270,11 @@ Debug_ShowExpansionVersion:: Debug_ExpansionVersion: .string "pokeemerald-expansion {STR_VAR_1}$" +Debug_EventScript_Steven_Multi:: + call MossdeepCity_SpaceCenter_2F_EventScript_ChoosePartyForMultiBattle + release + end + Debug_BerryPestsDisabled:: msgbox DebugText_BerryPestsDisabled, MSGBOX_DEFAULT release diff --git a/src/debug.c b/src/debug.c index 4b3ffb2b5edb..d9b382092d56 100644 --- a/src/debug.c +++ b/src/debug.c @@ -469,7 +469,6 @@ extern const u8 Debug_EventScript_FontTest[]; extern const u8 Debug_EventScript_CheckEVs[]; extern const u8 Debug_EventScript_CheckIVs[]; extern const u8 Debug_EventScript_InflictStatus1[]; -extern const u8 Debug_EventScript_Steven_Multi[]; extern const u8 Debug_EventScript_Script_1[]; extern const u8 Debug_EventScript_Script_2[]; extern const u8 Debug_EventScript_Script_3[]; @@ -492,6 +491,7 @@ extern const u8 Debug_CheckROMSpace[]; extern const u8 Debug_BoxFilledMessage[]; extern const u8 Debug_ShowExpansionVersion[]; extern const u8 Debug_EventScript_EWRAMCounters[]; +extern const u8 Debug_EventScript_Steven_Multi[]; extern const u8 Debug_BerryPestsDisabled[]; extern const u8 Debug_BerryWeedsDisabled[];