diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
commit | 52bb07ca18f5475eb9a11c69bf8fee75bcb1abff (patch) | |
tree | 833d3b85b1b43e1f46fedb69d203263333849d62 /constants/misc_constants.asm | |
parent | 5207a14af34f9b84a9e40cc1d4988a0858a4a4e6 (diff) |
Replace unnecessary tabs with spaces
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index cc10de70..b2571b86 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -105,12 +105,12 @@ 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 +SLOTS7 EQU $0200 +SLOTSBAR EQU $0604 +SLOTSCHERRY EQU $0A08 +SLOTSFISH EQU $0E0C +SLOTSBIRD EQU $1210 +SLOTSMOUSE EQU $1614 ; party menu types NORMAL_PARTY_MENU EQU 0 |