mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Use const_skip and const_next macros for brevity
This commit is contained in:
parent
676a35f76f
commit
3e572b6f48
20 changed files with 544 additions and 2284 deletions
|
|
@ -1,7 +1,8 @@
|
|||
; emotion bubbles
|
||||
EXCLAMATION_BUBBLE EQU 0
|
||||
QUESTION_BUBBLE EQU 1
|
||||
SMILE_BUBBLE EQU 2
|
||||
const_def
|
||||
const EXCLAMATION_BUBBLE ; 0
|
||||
const QUESTION_BUBBLE ; 1
|
||||
const SMILE_BUBBLE ; 2
|
||||
|
||||
; slot symbols
|
||||
SLOTS7 EQU $0200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue