diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-10 18:36:57 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-10 18:36:57 -0500 |
commit | 416d67c8325758d01decad6e5648263aa7e906df (patch) | |
tree | 2f3740b2c76e330d33379dd8ec70439561fc746f /asm/pokemon_storage_system.s | |
parent | 80062972aecfa0994e9176031ef1cf7b17ae5046 (diff) |
Finish porting/decompiling field_effect.c
Diffstat (limited to 'asm/pokemon_storage_system.s')
-rw-r--r-- | asm/pokemon_storage_system.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 111093bee..5988eb732 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -245,7 +245,7 @@ _080C72AC: b _080C7318 .pool _080C730C: - bl sub_80ABDFC + bl IsWeatherNotFadingIn lsls r0, 24 cmp r0, 0 bne _080C7318 |