mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
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:
parent
c24bcb8886
commit
830ed2026f
|
|
@ -250,6 +250,6 @@ _035C:
|
|||
end
|
||||
|
||||
_0362:
|
||||
setflag FLAG_ENGAGED_STATIC_SUICUNE
|
||||
setflag FLAG_CAUGHT_SUICINE
|
||||
return
|
||||
.balign 4, 0
|
||||
|
|
|
|||
|
|
@ -576,7 +576,7 @@ _07AA:
|
|||
end
|
||||
|
||||
_07B0:
|
||||
setflag FLAG_ENGAGED_STATIC_SUICUNE
|
||||
setflag FLAG_CAUGHT_SUICINE
|
||||
return
|
||||
|
||||
_07B6:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user