dos33fsprogs/ootw/dummy_friend.s

17 lines
217 B
ArmAsm
Raw Normal View History

; Include on levels where there is no friend
F_STANDING = 0
F_WALKING = 1
F_RUNNING = 2
F_CROUCHING = 3
F_TURNING = 4
F_KEYPAD = 5
F_OPEN_VENT = 6
F_DISINTEGRATING= 7
friend_state:
friend_x:
friend_room:
.byte $ff