diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-09-13 21:41:06 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-09-13 21:57:24 +0200 |
commit | 3c0dd80c38d702ae2f0fc5031809cc9ed4800d84 (patch) | |
tree | 50e5de8e92aaccb59da71c497a645ed4ffb63e1e /source | |
parent | f58179bed21a68e9952d2984caaf0b16d9d22ff9 (diff) |
Dump bank 9 strings
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] |