diff options
Diffstat (limited to 'constants')
-rwxr-xr-x[-rw-r--r--] | constants/item_constants.asm | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | constants/palette_constants.asm | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | constants/trainer_constants.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index be320371..be251e62 100644..100755 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -138,4 +138,4 @@ TM_46 EQU $F6 TM_47 EQU $F7 TM_48 EQU $F8 TM_49 EQU $F9 -TM_50 EQU $FA
\ No newline at end of file +TM_50 EQU $FA diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 669c5296..981f621d 100644..100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -35,4 +35,4 @@ PAL_YELLOWBAR EQU $20 PAL_REDBAR EQU $21 PAL_BADGE EQU $22 PAL_CAVE EQU $23 -PAL_GAMEFREAK EQU $24
\ No newline at end of file +PAL_GAMEFREAK EQU $24 diff --git a/constants/trainer_constants.asm b/constants/trainer_constants.asm index 37a51376..f98352f9 100644..100755 --- a/constants/trainer_constants.asm +++ b/constants/trainer_constants.asm @@ -45,4 +45,4 @@ SONY3 EQU $2B LORELEI EQU $2C CHANNELER EQU $2D AGATHA EQU $2E -LANCE EQU $2F
\ No newline at end of file +LANCE EQU $2F |