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_40.asm | |
parent | 0ce8dd75cd1482a5246e7937b6681bee5fc25bae (diff) |
Add colons to some function labels
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r-- | mobile/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 05f8a6b80..d3c4dfdf1 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -686,7 +686,7 @@ Function100493: Function100495: jr asm_100497 -asm_100497 +asm_100497: call Function100337 ret c ret z @@ -2987,7 +2987,7 @@ Function101406: and a ret -asm_101416 +asm_101416: scf ret |