mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
e5c8c8d3f0
5
main.asm
5
main.asm
|
@ -37284,7 +37284,7 @@ Func_1a672: ; 1a672 (6:6672)
|
||||||
ld c, a
|
ld c, a
|
||||||
ld a, [$cfc6]
|
ld a, [$cfc6]
|
||||||
ld d, a
|
ld d, a
|
||||||
ld hl, DataTable_1a6cf ; $66cf
|
ld hl, LedgeTiles ; $66cf
|
||||||
.asm_1a691
|
.asm_1a691
|
||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
cp $ff
|
cp $ff
|
||||||
|
@ -37326,7 +37326,8 @@ Func_1a672: ; 1a672 (6:6672)
|
||||||
call PlaySound
|
call PlaySound
|
||||||
ret
|
ret
|
||||||
|
|
||||||
DataTable_1a6cf: ; 1a6cf (6:66cf)
|
; (player direction) (tile player standing on) (ledge tile) (input required)
|
||||||
|
LedgeTiles: ; 1a6cf (6:66cf)
|
||||||
db $00,$2C,$37,$80
|
db $00,$2C,$37,$80
|
||||||
db $00,$39,$36,$80
|
db $00,$39,$36,$80
|
||||||
db $00,$39,$37,$80
|
db $00,$39,$37,$80
|
||||||
|
|
Loading…
Reference in a new issue