diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:01:49 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:01:49 -0400 |
commit | 6be4cd4da98093bf1b9362c946e693c89e4713ad (patch) | |
tree | 88d23a4b4a79f318b918ceeb3ff24c4ef1700b59 /misc/mobile_40.asm | |
parent | bf73772a560ddfdf0b404ba3f85eb26542031b7b (diff) |
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'misc/mobile_40.asm')
-rw-r--r-- | misc/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 430400c8d..c2a6c20b9 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1998,7 +1998,7 @@ Function100c98: ; 100c98 ret ; 100cad -.attrs: ; 100cad +.attrs ; 100cad db 10, 1 db 255, 1 db $a0, $00 @@ -6880,7 +6880,7 @@ Function102e07: ; 102e07 ret ; 102e32 -.waiting: ; 102e32 +.waiting ; 102e32 db "Waiting...!@" ; 102e3e |