mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
parent
d7808d110f
commit
6b5be9129c
101 changed files with 958 additions and 958 deletions
|
|
@ -11,7 +11,7 @@
|
|||
const NPC_MOVEMENT_LEFT ; $80
|
||||
const NPC_MOVEMENT_RIGHT ; $C0
|
||||
|
||||
NPC_CHANGE_FACING EQU $E0
|
||||
DEF NPC_CHANGE_FACING EQU $E0
|
||||
|
||||
; player direction constants
|
||||
const_def
|
||||
|
|
@ -20,7 +20,7 @@ NPC_CHANGE_FACING EQU $E0
|
|||
const PLAYER_DIR_BIT_DOWN ; 2
|
||||
const PLAYER_DIR_BIT_UP ; 3
|
||||
|
||||
PLAYER_DIR_RIGHT EQU 1 << PLAYER_DIR_BIT_RIGHT
|
||||
PLAYER_DIR_LEFT EQU 1 << PLAYER_DIR_BIT_LEFT
|
||||
PLAYER_DIR_DOWN EQU 1 << PLAYER_DIR_BIT_DOWN
|
||||
PLAYER_DIR_UP EQU 1 << PLAYER_DIR_BIT_UP
|
||||
DEF PLAYER_DIR_RIGHT EQU 1 << PLAYER_DIR_BIT_RIGHT
|
||||
DEF PLAYER_DIR_LEFT EQU 1 << PLAYER_DIR_BIT_LEFT
|
||||
DEF PLAYER_DIR_DOWN EQU 1 << PLAYER_DIR_BIT_DOWN
|
||||
DEF PLAYER_DIR_UP EQU 1 << PLAYER_DIR_BIT_UP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue