diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
commit | 5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch) | |
tree | 82fd7aadc36baf46d888b90f3447103d8eaac06f /scripts/vermilioncity.asm | |
parent | 9178fc7183b6f43dc901637a7497e9f3084fc668 (diff) |
Fewer underscores in constants
dannye
Diffstat (limited to 'scripts/vermilioncity.asm')
-rwxr-xr-x | scripts/vermilioncity.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vermilioncity.asm b/scripts/vermilioncity.asm index a203323f..67e3cddd 100755 --- a/scripts/vermilioncity.asm +++ b/scripts/vermilioncity.asm @@ -52,7 +52,7 @@ VermilionCityScript0: ; 197e6 (6:57e6) call DisplayTextID CheckEvent EVENT_SS_ANNE_LEFT jr nz, .asm_19810 - ld b, S_S__TICKET + ld b, S_S_TICKET predef GetQuantityOfItemInBag ld a, b and a @@ -170,7 +170,7 @@ VermilionCityText3: ; 198b1 (6:58b1) .asm_198d0 ld hl, SSAnneWelcomeText9 call PrintText - ld b, S_S__TICKET + ld b, S_S_TICKET predef GetQuantityOfItemInBag ld a, b and a |