blob: e5d96fe178254a4425a213ab8ab3f7d3e0317581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_copyright)
ld hl, compressed_gfx_copyright
ld de, _VRAM8800
ld bc, $b6
call decompress
ld a, BANK(compressed_tilemap_copyright)
ld hl, compressed_tilemap_copyright
ld de, _SCRN0
ld bc, $52
call decompress
call function_00_1085
; TBC
|