diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-20 20:38:23 -0400 |
| commit | 6b503e306d73c749794cf7b61126287e3941f12f (patch) | |
| tree | 9b171c8dec365e1805216aba593091039a248036 /data/maps/Route10_PokemonCenter_1F | |
| parent | 2aeefdc5de73c630a79b183e7bc2a66ad48ed424 (diff) | |
script switch/case; name script conditionals
Diffstat (limited to 'data/maps/Route10_PokemonCenter_1F')
| -rw-r--r-- | data/maps/Route10_PokemonCenter_1F/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route10_PokemonCenter_1F/scripts.inc b/data/maps/Route10_PokemonCenter_1F/scripts.inc index 7d47d07df..a6da22234 100644 --- a/data/maps/Route10_PokemonCenter_1F/scripts.inc +++ b/data/maps/Route10_PokemonCenter_1F/scripts.inc @@ -41,7 +41,7 @@ Route10_PokemonCenter_1F_EventScript_16FC65:: @ 816FC65 getnumberstring 2, VAR_0x8006 call EventScript_16FCF1 compare_var_to_value VAR_0x8006, 20 - goto_if 0, EventScript_1A7ABD + goto_if lt, EventScript_1A7ABD msgbox gUnknown_819E733 checkitemspace ITEM_EVERSTONE, 1 compare_var_to_value VAR_RESULT, 0 |
