diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
commit | f66a74b9fcb762d693e89415836386bcad2475b5 (patch) | |
tree | c7fc925c3be341491ebe75aa8bcda83d5e6dee3a /constants/misc_constants.asm | |
parent | 95b1660e59283b6f76dca638985c76a7d81d026f (diff) |
comment slot machine
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 8aac849e..323e2ab6 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -72,6 +72,19 @@ PARTY_TO_BOX EQU 1 DAYCARE_TO_PARTY EQU 2 PARTY_TO_DAYCARE EQU 3 +; emotion bubbles +EXCLAMATION_BUBBLE EQU 0 +QUESTION_BUBBLE EQU 1 +SMILE_BUBBLE EQU 2 + +; slot symbols +SLOTS7 EQU $0200 +SLOTSBAR EQU $0604 +SLOTSCHERRY EQU $0A08 +SLOTSFISH EQU $0E0C +SLOTSBIRD EQU $1210 +SLOTSMOUSE EQU $1614 + ; serial ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQU $01 |