summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-02-27 22:41:47 -0600
committerBryan Bishop <kanzure@gmail.com>2014-02-27 22:41:47 -0600
commitd74d2542412ca5d58d9077801b35b8061a68b0cc (patch)
tree3d6a1b1b7bf3999fa81bd67161dd45bab5a646b6 /home/text.asm
parent2d160dcece31b0cc0b6103a3d658a1dd0f7f0177 (diff)
parent7e3394bb53bb9d20ff734316e9baa5945fd13c64 (diff)
Merge pull request #233 from yenatch/incbins
Get rid of incbins in banks 1, 2, 3, 9, a, b, e, 10.
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm13
1 files changed, 10 insertions, 3 deletions
diff --git a/home/text.asm b/home/text.asm
index 4284a2369..4aa3cb490 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -1158,17 +1158,24 @@ Text_0D:: ; 1562
; 156a
Text_14:: ; 156a
-; TX_PREDEF
+; Print a string from one of the following:
+; 0: StringBuffer3
+; 1: StringBuffer4
+; 2: StringBuffer5
+; 3: StringBuffer2
+; 4: StringBuffer1
+; 5: EnemyMonNick
+; 6: BattleMonNick
; [$14][id]
ld a, [hli]
push hl
ld e, a
ld d, 0
- ld hl, $4000
+ ld hl, Unknown_24000
add hl, de
add hl, de
- ld a, $9
+ ld a, BANK(Unknown_24000)
call GetFarHalfword
ld d, h
ld e, l