Changed EVO_OVERWORLD_STEPS to use an EWRAM variable (#5047)

* Changed EVO_OVERWORLD_STEPS to use an EWRAM variable

* Fixed PC swapping not resetting the follower steps
This commit is contained in:
Eduardo Quezada
2024-07-27 14:48:59 -04:00
committed by GitHub
parent e82e3b4198
commit 1e8773356c
9 changed files with 52 additions and 26 deletions

View File

@@ -439,4 +439,14 @@ Debug_EventScript_InflictStatus1_Text_Freeze:
Debug_EventScript_InflictStatus1_Text_Frostbite:
.string "Frostbite$"
Debug_EventScript_EWRAMCounters::
callnative CheckEWRAMCounters
msgbox Debug_EventScript_EWRAMCounters_Text, MSGBOX_DEFAULT
release
end
Debug_EventScript_EWRAMCounters_Text::
.string "Follower Steps: {STR_VAR_1}.\n"
.string "Fishing Chain: {STR_VAR_2}.$"
.endif