mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
footprints
how did we forget that?
This commit is contained in:
parent
11f8168995
commit
43c10efb29
1
gfx/misc/footprints.1bpp
Normal file
1
gfx/misc/footprints.1bpp
Normal file
File diff suppressed because one or more lines are too long
28
main.asm
28
main.asm
@ -41080,31 +41080,37 @@ Function4147b: ; 4147b
|
|||||||
srl a
|
srl a
|
||||||
srl a
|
srl a
|
||||||
srl a
|
srl a
|
||||||
ld e, $0
|
ld e, 0
|
||||||
ld d, a
|
ld d, a
|
||||||
ld a, [$d265]
|
ld a, [$d265]
|
||||||
dec a
|
dec a
|
||||||
and $7
|
and 7
|
||||||
swap a
|
swap a ; * $10
|
||||||
ld l, a
|
ld l, a
|
||||||
ld h, $0
|
ld h, 0
|
||||||
add hl, de
|
add hl, de
|
||||||
ld de, $5434
|
ld de, Footprints
|
||||||
add hl, de
|
add hl, de
|
||||||
|
|
||||||
push hl
|
push hl
|
||||||
ld e, l
|
ld e, l
|
||||||
ld d, h
|
ld d, h
|
||||||
ld hl, $9620
|
ld hl, $9620
|
||||||
ld bc, $3e02
|
lb bc, BANK(Footprints), 2
|
||||||
call Request1bpp
|
call Request1bpp
|
||||||
pop hl
|
pop hl
|
||||||
ld de, $0080
|
|
||||||
|
; Whoever was editing footprints forgot to fix their
|
||||||
|
; tile editor. Now each bottom half is 8 tiles off.
|
||||||
|
ld de, $80
|
||||||
add hl, de
|
add hl, de
|
||||||
|
|
||||||
ld e, l
|
ld e, l
|
||||||
ld d, h
|
ld d, h
|
||||||
ld hl, $9640
|
ld hl, $9640
|
||||||
ld bc, $3e02
|
lb bc, BANK(Footprints), 2
|
||||||
call Request1bpp
|
call Request1bpp
|
||||||
|
|
||||||
ret
|
ret
|
||||||
; 414b7
|
; 414b7
|
||||||
|
|
||||||
@ -81077,8 +81083,12 @@ TownMapGFX: ; f8ba0
|
|||||||
INCBIN "gfx/misc/town_map.lz"
|
INCBIN "gfx/misc/town_map.lz"
|
||||||
; f8ea3
|
; f8ea3
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $f8ea3, $fb449 - $f8ea3
|
INCBIN "baserom.gbc", $f8ea3, $f9434 - $f8ea3
|
||||||
|
|
||||||
|
Footprints:
|
||||||
|
INCBIN "gfx/misc/footprints.1bpp"
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc", $fb434, $fb449 - $fb434
|
||||||
|
|
||||||
Functionfb449:: ; fb449
|
Functionfb449:: ; fb449
|
||||||
ld de, $4200
|
ld de, $4200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user