diff options
| author | YamaArashi <shadow962@live.com> | 2016-09-17 17:37:32 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-09-17 17:37:32 -0700 |
| commit | 6f1ac06e03cd046f61fb2370ff7379a29932bbb1 (patch) | |
| tree | e67b9ff28af5ade3175a7df976b459cfb0d5d5ac /engine/cable_club.asm | |
| parent | name text destination pointer variable (diff) | |
| download | pokeyellow-6f1ac06e03cd046f61fb2370ff7379a29932bbb1.tar.gz pokeyellow-6f1ac06e03cd046f61fb2370ff7379a29932bbb1.tar.xz pokeyellow-6f1ac06e03cd046f61fb2370ff7379a29932bbb1.zip | |
pull some bank 1 code out of main.asm
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index ab18f32b..137e8406 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -969,3 +969,9 @@ CableClub_DrawHorizontalLine: dec d jr nz, .loop ret + +LoadTrainerInfoTextBoxTiles: + ld de, TrainerInfoTextBoxTileGraphics + ld hl, vChars2 + $760 + lb bc, BANK(TrainerInfoTextBoxTileGraphics), (TrainerInfoTextBoxTileGraphicsEnd - TrainerInfoTextBoxTileGraphics) / $10 + jp CopyVideoData |
