diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-13 09:06:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 09:06:53 -0400 |
commit | 6bffe8613e2f764a03f551ad61b360dab9395eec (patch) | |
tree | ce08c9183b7e23ed4fc195d250d18762c00ad112 /asm/pokemon_storage_system.s | |
parent | 094b29edb50be48ee65dab0e8866ac65bba4e225 (diff) | |
parent | 66c416875a92a5a8987dca2e1102f76c4cce5e98 (diff) |
Merge pull request #115 from PikalaxALT/player_pc
Player PC
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 180ec0e5d..c6daa62ea 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -1455,7 +1455,7 @@ _0808C3E0: .align 2, 0 _0808C444: .4byte gUnknown_83CDA20 _0808C448: - bl sub_807AA70 + bl field_weather_is_fade_finished lsls r0, 24 cmp r0, 0 bne _0808C454 |