diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/bank_00.asm | 4 |
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] |