mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Reformat map scripts' coordinate and movement data
'dbmapcoord' has X, Y order like other coordinate-related data macros
This commit is contained in:
parent
594c58a289
commit
76b882d952
64 changed files with 587 additions and 660 deletions
|
|
@ -11,6 +11,8 @@
|
|||
const NPC_MOVEMENT_LEFT ; $80
|
||||
const NPC_MOVEMENT_RIGHT ; $C0
|
||||
|
||||
NPC_CHANGE_FACING EQU $E0
|
||||
|
||||
; player direction constants
|
||||
const_def
|
||||
const PLAYER_DIR_BIT_RIGHT ; 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue