diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-10-24 21:33:18 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-11-05 22:26:18 +0100 |
commit | 6a2cad6bcc17c60b87667d8d90c3931b7f70bfe2 (patch) | |
tree | 0f4b59458c1ada07b275babda06148094ffe907f /mobile/mobile_45.asm | |
parent | 0ce8dd75cd1482a5246e7937b6681bee5fc25bae (diff) |
Add colons to some function labels
Diffstat (limited to 'mobile/mobile_45.asm')
-rw-r--r-- | mobile/mobile_45.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mobile/mobile_45.asm b/mobile/mobile_45.asm index fefa145c5..842ad74b0 100644 --- a/mobile/mobile_45.asm +++ b/mobile/mobile_45.asm @@ -5534,8 +5534,7 @@ Function1167a6: ld hl, wc312 inc [hl] -asm_1167af -.asm_1167af +asm_1167af: ld a, [wc311] cp $ff ret z @@ -5562,7 +5561,7 @@ asm_1167af jr nz, .asm_1167e3 xor a ld [wc312], a - jr .asm_1167af + jr asm_1167af .asm_1167dc ld a, $ff |