diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-03 20:56:47 -0400 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-03 20:56:47 -0400 |
commit | 83b6210dcb1e8344a3d5ec67073fb96af927e8bc (patch) | |
tree | f09644d830c2fd9d47d74f2e20ddd3bf54390978 | |
parent | 3b3b2dd031868f116e09b7bbff7e8b8b6ceb7a9a (diff) |
Forgot to add asm files
-rwxr-xr-x | asm/dodrio_berry_picking.s | 2 | ||||
-rwxr-xr-x | asm/pokemon_jump.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asm/dodrio_berry_picking.s b/asm/dodrio_berry_picking.s index 505f305b9..94139338a 100755 --- a/asm/dodrio_berry_picking.s +++ b/asm/dodrio_berry_picking.s @@ -377,7 +377,7 @@ _08024C5A: ldrb r0, [r0] cmp r0, 0 beq _08024D20 - bl sub_800E0E8 + bl LoadWirelessStatusIndicatorSprite movs r0, 0 movs r1, 0 bl CreateWirelessStatusIndicatorSprite diff --git a/asm/pokemon_jump.s b/asm/pokemon_jump.s index e9aa9089d..00b656635 100755 --- a/asm/pokemon_jump.s +++ b/asm/pokemon_jump.s @@ -416,7 +416,7 @@ _0802AD0C: ldr r0, [r4] adds r0, 0xA4 bl sub_802D074 - bl sub_800E0E8 + bl LoadWirelessStatusIndicatorSprite movs r0, 0 movs r1, 0 bl CreateWirelessStatusIndicatorSprite |