mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-04 03:01:15 +00:00
Define FLAG_GOT_MAGNET_FROM_SUNNY
This commit is contained in:
parent
c5be419ec3
commit
e7e5e567a7
@ -34,7 +34,7 @@ scr_seq_R37_001:
|
||||
goto_if_set FLAG_DAILY_GOT_SHOCK_RIBBON, _016D
|
||||
compare VAR_NUM_MET_WEEKDAY_SIBLINGS, 7
|
||||
goto_if_eq _0107
|
||||
goto_if_set FLAG_UNK_0A5, _00E9
|
||||
goto_if_set FLAG_GOT_MAGNET_FROM_SUNNY, _00E9
|
||||
get_weekday VAR_SPECIAL_RESULT
|
||||
compare VAR_SPECIAL_RESULT, 0
|
||||
goto_if_eq _009A
|
||||
@ -47,7 +47,7 @@ _009A:
|
||||
msgbox_extern VAR_SPECIAL_RESULT, 24
|
||||
goto_if_no_item_space ITEM_MAGNET, 1, _00FD
|
||||
callstd std_give_item_verbose
|
||||
setflag FLAG_UNK_0A5
|
||||
setflag FLAG_GOT_MAGNET_FROM_SUNNY
|
||||
addvar VAR_NUM_MET_WEEKDAY_SIBLINGS, 1
|
||||
get_std_msg_naix 0, VAR_SPECIAL_RESULT
|
||||
msgbox_extern VAR_SPECIAL_RESULT, 25
|
||||
|
@ -182,7 +182,7 @@
|
||||
#define FLAG_UNK_0A2 0xA2
|
||||
#define FLAG_GOT_DOWSING_MACHINE 0xA3
|
||||
#define FLAG_ENGAGING_STATIC_POKEMON 0xA4
|
||||
#define FLAG_UNK_0A5 0xA5
|
||||
#define FLAG_GOT_MAGNET_FROM_SUNNY 0xA5
|
||||
#define FLAG_GOT_TM30_FROM_MORTY 0xA6
|
||||
#define FLAG_TALKED_TO_MOM_AFTER_NAMING_RIVAL 0xA7
|
||||
#define FLAG_UNK_0A8 0xA8
|
||||
|
Loading…
Reference in New Issue
Block a user