aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 17:37:20 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 18:00:54 -0400
commitbd5a5f70d44a0fef041027be12d439588f863507 (patch)
tree2d0394e028908d087dc2aef3bd4202f55a486e64 /engine/cable_club.asm
parentRemove misleading (unreferenced) labels. (diff)
downloadpokeyellow-bd5a5f70d44a0fef041027be12d439588f863507.tar.gz
pokeyellow-bd5a5f70d44a0fef041027be12d439588f863507.tar.xz
pokeyellow-bd5a5f70d44a0fef041027be12d439588f863507.zip
Split bank1 up.
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