aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index 2ec470df..bafc2b93 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -977,4 +977,10 @@ CableClub_DrawHorizontalLine: ; 5b94 (1:5b94)
ld [hli], a
dec d
jr nz, .drawHorizontalLineLoop
- ret \ No newline at end of file
+ ret
+
+LoadTrainerInfoTextBoxTiles: ; 5b9a (1:5b9a)
+ ld de, TrainerInfoTextBoxTileGraphics
+ ld hl, vChars2 + $760
+ lb bc, BANK(TrainerInfoTextBoxTileGraphics), (TrainerInfoTextBoxTileGraphicsEnd - TrainerInfoTextBoxTileGraphics) / $10
+ jp CopyVideoData \ No newline at end of file