Rename FLAG_CAUGHT_SUICINE

This flag was improperly named; it is set when Suicune is caught and prevents Suicune from being regenerated in the Burned Tower after defeating the Elite Four. It is not just a flag that is set when the static Suicune on Route 25 is engaged.
This commit is contained in:
Rena 2022-05-04 20:07:09 -05:00
parent c24bcb8886
commit 830ed2026f
4 changed files with 4 additions and 4 deletions

View File

@ -250,6 +250,6 @@ _035C:
end
_0362:
setflag FLAG_ENGAGED_STATIC_SUICUNE
setflag FLAG_CAUGHT_SUICINE
return
.balign 4, 0

View File

@ -576,7 +576,7 @@ _07AA:
end
_07B0:
setflag FLAG_ENGAGED_STATIC_SUICUNE
setflag FLAG_CAUGHT_SUICINE
return
_07B6:

View File

@ -59,7 +59,7 @@ _009A:
call_if_unset FLAG_CAUGHT_MOLTRES, _0206
goto_if_unset FLAG_CAUGHT_SNORLAX, _020C
_0105:
call_if_unset FLAG_ENGAGED_STATIC_SUICUNE, _0227
call_if_unset FLAG_CAUGHT_SUICINE, _0227
get_game_version VAR_TEMP_x4000
compare VAR_TEMP_x4000, 7
goto_if_ne _012D

View File

@ -390,7 +390,7 @@
#define FLAG_UNK_172 0x172
#define FLAG_CAUGHT_SNORLAX 0x173
#define FLAG_UNK_174 0x174
#define FLAG_ENGAGED_STATIC_SUICUNE 0x175
#define FLAG_CAUGHT_SUICINE 0x175
#define FLAG_UNK_176 0x176
#define FLAG_UNK_177 0x177
#define FLAG_UNK_178 0x178