summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokered.asm13
1 files changed, 10 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index c6c3fae0..c7483281 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -1032,7 +1032,13 @@ IndigoPlateauLobbyText4:
db $FE,7,ULTRA_BALL,GREAT_BALL,FULL_RESTORE,MAX_POTION,FULL_HEAL
db REVIVE,MAX_REPEL,$FF
-INCBIN "baserom.gbc",$24d6,$24e5 - $24d6
+TextScriptEndingChar:
+ db "@"
+TextScriptEnd:
+ ld hl,TextScriptEndingChar
+ ret
+
+INCBIN "baserom.gbc",$24DB,$24E5 - $24DB
VictoryRoad3Text10:
VictoryRoad3Text9:
@@ -1324,7 +1330,7 @@ LoadTrainerHeader: ; 0x31cc
jr z, .asm_c2964 ; 0x31e3 $8
ld a, $6
call $3193
- jp $3c49
+ jp PrintText
.asm_c2964 ; 0x31ed
ld a, $4
call $3193
@@ -1638,7 +1644,8 @@ PrintText: ; 3C49
call $2429
call Delay3
pop hl
- ld bc,$C4B9
+ FuncCoord 1,14
+ ld bc,Coord ;$C4B9
jp $1B40
Func3C5F: ; 3C5F