mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Some formatting changes
This commit is contained in:
parent
5ebae4747b
commit
bc287b9b80
8 changed files with 83 additions and 61 deletions
|
|
@ -71,16 +71,20 @@ TryPushingBoulder::
|
|||
ret
|
||||
|
||||
PushBoulderUpMovementData:
|
||||
db NPC_MOVEMENT_UP,$FF
|
||||
db NPC_MOVEMENT_UP
|
||||
db -1 ; end
|
||||
|
||||
PushBoulderDownMovementData:
|
||||
db NPC_MOVEMENT_DOWN,$FF
|
||||
db NPC_MOVEMENT_DOWN
|
||||
db -1 ; end
|
||||
|
||||
PushBoulderLeftMovementData:
|
||||
db NPC_MOVEMENT_LEFT,$FF
|
||||
db NPC_MOVEMENT_LEFT
|
||||
db -1 ; end
|
||||
|
||||
PushBoulderRightMovementData:
|
||||
db NPC_MOVEMENT_RIGHT,$FF
|
||||
db NPC_MOVEMENT_RIGHT
|
||||
db -1 ; end
|
||||
|
||||
DoBoulderDustAnimation::
|
||||
ld a, [wd730]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue