mirror of https://github.com/pret/pokecrystal.git
use the IntroLogoGFX label in existing asm
This commit is contained in:
parent
e1cce1cfb9
commit
754325b270
4
main.asm
4
main.asm
|
@ -71563,9 +71563,9 @@ Functione45e8: ; e45e8
|
||||||
push af
|
push af
|
||||||
ld a, $6
|
ld a, $6
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
ld hl, $5407
|
ld hl, IntroLogoGFX
|
||||||
ld de, $d000
|
ld de, $d000
|
||||||
ld a, $42
|
ld a, BANK(IntroLogoGFX)
|
||||||
call FarDecompress
|
call FarDecompress
|
||||||
ld hl, VTiles0
|
ld hl, VTiles0
|
||||||
ld de, $d000
|
ld de, $d000
|
||||||
|
|
Loading…
Reference in New Issue