diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 01:40:20 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 02:27:42 -0500 |
| commit | d83aefb30af180eae03bbd65878e8de45166f3d0 (patch) | |
| tree | 403ca7f5d1ba0428dc542d268efebc0f6f0bf0cb /maps/Route29.asm | |
| parent | b23085f526fab9c72d8851e1aba41a27f8ba7e14 (diff) | |
Use more constants in scripts
Diffstat (limited to 'maps/Route29.asm')
| -rw-r--r-- | maps/Route29.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route29.asm b/maps/Route29.asm index a990cdc18..9be77fafe 100644 --- a/maps/Route29.asm +++ b/maps/Route29.asm @@ -108,7 +108,7 @@ CatchingTutorialDudeScript: faceplayer opentext checkcode VAR_BOXSPACE - if_equal $0, .BoxFull + if_equal 0, .BoxFull checkevent EVENT_LEARNED_TO_CATCH_POKEMON iftrue .BoxFull checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM |
