summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-13 16:09:33 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-13 16:09:33 -0400
commitacabb9ad777afe32c60764bca76e21267f6afd41 (patch)
tree43e89c3e95a99e7a91e41632c84d631d0e3dd9fe /source
parentb3d9d3f7b08c0996235294e5284d295ba661be6b (diff)
parent5819dc6e474684cd2550c93dd432139ce14d2795 (diff)
Merge branch 'master' of https://github.com/mid-kid/pokepicross
Diffstat (limited to 'source')
-rw-r--r--source/bank_00.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/bank_00.asm b/source/bank_00.asm
index d1de5cb..6c4a634 100644
--- a/source/bank_00.asm
+++ b/source/bank_00.asm
@@ -1341,12 +1341,12 @@ SECTION "home_text", ROM0[$1883]
text_print::
ld a, [w_bank_rom]
push af
- ld a, BANK(string_table)
+ ld a, BANK(strings_pointers)
ld [w_bank_rom], a
ld [rROMB0], a
; Get string address
- ld hl, string_table
+ ld hl, strings_pointers
ld a, [w_text_index + 0]
ld c, a
ld a, [w_text_index + 1]