diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-04 17:05:46 -0400 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-04 17:05:46 -0400 |
commit | 1360b3a477f1107785900cd0c4e73ebf018f058c (patch) | |
tree | c050216422dc6ebe569b3926b85cb07d9cece8df /asm | |
parent | 50da52c29b3ee075c43f9832aaa4a7b8848e0ec7 (diff) |
RGB Constants
Diffstat (limited to 'asm')
-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 94139338a..f5d3ea0c4 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 LoadWirelessStatusIndicatorSprite + bl LoadWirelessStatusIndicatorSpriteGfx movs r0, 0 movs r1, 0 bl CreateWirelessStatusIndicatorSprite diff --git a/asm/pokemon_jump.s b/asm/pokemon_jump.s index 00b656635..1cd92d94e 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 LoadWirelessStatusIndicatorSprite + bl LoadWirelessStatusIndicatorSpriteGfx movs r0, 0 movs r1, 0 bl CreateWirelessStatusIndicatorSprite |