mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-04 03:01:15 +00:00
Define FLAG_GOT_UPGRADE_FROM_SAFFRON_CITY_GUARD
This commit is contained in:
parent
66eaecdf56
commit
5b0f9062d1
@ -79,11 +79,11 @@ scr_seq_T11R0701_001:
|
||||
play_se SEQ_SE_DP_SELECT
|
||||
lockall
|
||||
faceplayer
|
||||
goto_if_set FLAG_UNK_130, _015A
|
||||
goto_if_set FLAG_GOT_UPGRADE_FROM_SAFFRON_CITY_GUARD, _015A
|
||||
npc_msg msg_0537_T11R0701_00001
|
||||
goto_if_no_item_space ITEM_UPGRADE, 1, _0165
|
||||
callstd std_give_item_verbose
|
||||
setflag FLAG_UNK_130
|
||||
setflag FLAG_GOT_UPGRADE_FROM_SAFFRON_CITY_GUARD
|
||||
_015A:
|
||||
npc_msg msg_0537_T11R0701_00002
|
||||
wait_button_or_walk_away
|
||||
|
@ -321,7 +321,7 @@
|
||||
#define FLAG_GOT_TM84_FROM_JANINE 0x12D
|
||||
#define FLAG_GOT_TM85_FROM_VIRIDIAN_CITY_MAN 0x12E
|
||||
#define FLAG_GOT_TM29_FROM_MR_PSYCHIC 0x12F
|
||||
#define FLAG_UNK_130 0x130
|
||||
#define FLAG_GOT_UPGRADE_FROM_SAFFRON_CITY_GUARD 0x130
|
||||
#define FLAG_GOT_CLEANSE_TAG_FROM_ROUTE_5_GRANDMA 0x131
|
||||
#define FLAG_UNK_132 0x132
|
||||
#define FLAG_TRADE_PEWTER_CITY_HAUNTER_XATU 0x133
|
||||
|
Loading…
Reference in New Issue
Block a user