aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mtmoonpokecenter.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 13:03:05 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 13:03:05 -0700
commit35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8 (patch)
tree22edd68ca5b17147a1733a1781e9eaf78f379e2f /scripts/mtmoonpokecenter.asm
parentRemove generated "indirect jump" comments. (diff)
downloadpokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.tar.gz
pokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.tar.xz
pokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.zip
Rename predef functions so they aren't excessive in length.
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
Diffstat (limited to 'scripts/mtmoonpokecenter.asm')
-rwxr-xr-xscripts/mtmoonpokecenter.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mtmoonpokecenter.asm b/scripts/mtmoonpokecenter.asm
index e4515a61..6bbe7a1b 100755
--- a/scripts/mtmoonpokecenter.asm
+++ b/scripts/mtmoonpokecenter.asm
@@ -55,7 +55,7 @@ MtMoonPokecenterText4: ; 492ec (12:52ec)
ld hl, wTrainerFacingDirection
ld de, wPlayerMoney + 2
ld c, $3
- ld a, $c ; SubtractBCDPredef
+ ld a, $c ; SubBCDPredef
call Predef
ld a, $13
ld [wd125], a