mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +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
|
|
@ -8,6 +8,7 @@
|
|||
const BIT_D_UP
|
||||
const BIT_D_DOWN
|
||||
|
||||
NO_INPUT EQU 0
|
||||
A_BUTTON EQU 1 << BIT_A_BUTTON
|
||||
B_BUTTON EQU 1 << BIT_B_BUTTON
|
||||
SELECT EQU 1 << BIT_SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue