Some formatting changes

This commit is contained in:
Rangi 2020-10-19 20:26:35 -04:00
parent 5ebae4747b
commit bc287b9b80
8 changed files with 83 additions and 61 deletions

View file

@ -46,7 +46,8 @@ IsSurfingAllowed:
jp PrintText
CoordsData_cdf7:
db $0B,$07,$FF
dbmapcoord 7, 11
db -1 ; end
CurrentTooFastText:
text_far _CurrentTooFastText

View file

@ -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]