summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-07 14:14:29 -0400
committeryenatch <yenatch@gmail.com>2013-09-07 14:14:29 -0400
commit3301e5b77be805cdfd1122e79495b3e28f0e8464 (patch)
treee4f1c6863017f63b928f02084e18b7cae492b934
parent45e791bb42daffe60cd2ae9c0feec1b5af9124d8 (diff)
shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt choke
still need to fix this 15-char macro argument limit
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 157921c38..907cf187a 100644
--- a/main.asm
+++ b/main.asm
@@ -14999,7 +14999,7 @@ PredefPointers: ; 856b
dwb CanLearnTMHMMove, BANK(CanLearnTMHMMove)
dwb GetTMHMMove, BANK(GetTMHMMove)
dwb Function28eef, BANK(Function28eef)
- dwb $4b3e, $0b ; PrintMoveDescription, BANK(PrintMoveDescription)
+ dwb PrintMoveDesc, BANK(PrintMoveDesc)
dwb Function3df48, BANK(Function3df48) ; UpdatePlayerHUD
dwb FillBox, BANK(FillBox)
dwb Function3d873, BANK(Function3d873)
@@ -39844,7 +39844,7 @@ Function2c7fb: ; 2c7fb
INCBIN "baserom.gbc", $2c867, $2cb3e - $2c867
-PrintMoveDescription: ; 2cb3e
+PrintMoveDesc: ; 2cb3e
push hl
ld hl, MoveDescriptions
ld a, [CurSpecies]