From bd5a5f70d44a0fef041027be12d439588f863507 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 17 Mar 2016 17:37:20 -0400 Subject: Split bank1 up. --- engine/cable_club.asm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engine/cable_club.asm') 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 -- cgit v1.3.1-sl0p