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 /predef/crystal.asm | |
parent | bf73772a560ddfdf0b404ba3f85eb26542031b7b (diff) |
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'predef/crystal.asm')
-rwxr-xr-x | predef/crystal.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/predef/crystal.asm b/predef/crystal.asm index 83e0fb0b3..c006a96e0 100755 --- a/predef/crystal.asm +++ b/predef/crystal.asm @@ -22,7 +22,7 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile) ret ; 49330 (12:5330) -.dw: ; 49330 +.dw ; 49330 dw MG_Mobile_Layout00 dw MG_Mobile_Layout01 |