diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-13 19:56:55 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-13 19:56:55 -0400 |
commit | 24efa227b1f3934660d29ab5c930ec167079f5f1 (patch) | |
tree | 684a892dfdecd00560a9045e19ddef476a574150 /source/bank_28.asm | |
parent | 8e7d7737aba30506c2689d3ba422c5c8c5785b44 (diff) |
Disassemble the decompression routine
Diffstat (limited to 'source/bank_28.asm')
-rw-r--r-- | source/bank_28.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/bank_28.asm b/source/bank_28.asm new file mode 100644 index 0000000..d798744 --- /dev/null +++ b/source/bank_28.asm @@ -0,0 +1,20 @@ +INCLUDE "hardware.inc" +INCLUDE "macros.inc" + +SECTION "function_28_426a", ROMX[$426a], BANK[$28] + +function_28_426a:: + ld a, $01 + ld [w_d6b5], a + ld a, BANK(compressed_gfx_75_7d35) + ld hl, compressed_gfx_75_7d35 + ld de, _VRAM8800 + ld bc, 182 + call decompress + ld a, BANK(compressed_tilemap_6c_7eec) + ld hl, compressed_tilemap_6c_7eec + ld de, _SCRN0 + ld bc, 82 + call decompress + call function_00_1085 + ; TBC |