mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Player spinning direction list for the teleporting away animation INCBIN.
This commit is contained in:
parent
c8ad87c458
commit
962d9fc399
8
main.asm
8
main.asm
|
@ -103448,7 +103448,7 @@ Func_706ef: ; 706ef (1c:46ef)
|
||||||
ld [$cd50], a
|
ld [$cd50], a
|
||||||
ld a, [$c104]
|
ld a, [$c104]
|
||||||
ld [$cd4f], a
|
ld [$cd4f], a
|
||||||
ld hl, Unknown_70713 ; $4713
|
ld hl, PlayerSpinningFacingOrder ; $4713
|
||||||
ld de, $cd48
|
ld de, $cd48
|
||||||
ld bc, $4
|
ld bc, $4
|
||||||
call CopyData
|
call CopyData
|
||||||
|
@ -103461,8 +103461,10 @@ Func_706ef: ; 706ef (1c:46ef)
|
||||||
dec hl
|
dec hl
|
||||||
ret
|
ret
|
||||||
|
|
||||||
Unknown_70713: ; 70713 (1c:4713)
|
PlayerSpinningFacingOrder: ; 70713 (1c:4713)
|
||||||
INCBIN "baserom.gbc",$70713,$70717 - $70713
|
; The order of the direction the player's sprite is facing when teleporting
|
||||||
|
; away. Creates a spinning effect.
|
||||||
|
db $00, $08, $04, $0C ; down, left, up, right
|
||||||
|
|
||||||
Func_70717: ; 70717 (1c:4717)
|
Func_70717: ; 70717 (1c:4717)
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
|
Loading…
Reference in a new issue