diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
commit | a070bdcb21310c7d17b4fd057852f788fdfd61ca (patch) | |
tree | ca50135e03b11b93e4c20ae2313742fcd728f595 /constants | |
parent | 3af22139a90e9484221344ae6d34d737faa07608 (diff) |
Clean up white space
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.asm | 2 | ||||
-rw-r--r-- | constants/pikachu_emotion_constants.asm | 4 | ||||
-rw-r--r-- | constants/tilesets.asm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index e5d27d1b..c6945a42 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -59,7 +59,7 @@ const_value set $0 const SAFARI_BATTLE ; $2 const HURRY_RUN_AWAY_BATTLE ; $3 const STARTER_PIKACHU_BATTLE ; $4 - + ; text box IDs MESSAGE_BOX EQU $01 FIELD_MOVE_MON_MENU EQU $04 diff --git a/constants/pikachu_emotion_constants.asm b/constants/pikachu_emotion_constants.asm index 22c1d8ea..13033857 100644 --- a/constants/pikachu_emotion_constants.asm +++ b/constants/pikachu_emotion_constants.asm @@ -1,5 +1,5 @@ ; Starter Pikachu emotion commands constants - + const_value = 0 const PIKAEMOTION_DUMMY1 const PIKAEMOTION_PRINTTEXT @@ -12,7 +12,7 @@ const_value = 0 const PIKAEMOTION_DUMMY2 const PIKAEMOTION_9 const PIKAEMOTION_DUMMY3 - + const_value = 0 const PIKAEMOTION_SUBCMD_LOADEXTRAPIKASPRITES const PIKAEMOTION_SUBCMD_LOADFONT diff --git a/constants/tilesets.asm b/constants/tilesets.asm index b0bfade7..aa81f774 100644 --- a/constants/tilesets.asm +++ b/constants/tilesets.asm @@ -1,5 +1,5 @@ const_value = 0 - + const OVERWORLD ; 0 const REDS_HOUSE_1 ; 1 const MART ; 2 |