diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-04-05 14:36:12 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-04-05 14:36:12 +0100 |
commit | 0643bbd8e9f7cb2f15b07df00c929a7a120c9a09 (patch) | |
tree | 2c76d6efff95457c6b2b8493c765d7f07b19da81 /src | |
parent | 023013f253088327c5ccb3df37d9ce3f5eaeb59b (diff) |
Add newline
Diffstat (limited to 'src')
-rw-r--r-- | src/constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index 6dd8d66..600d0c7 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -299,4 +299,4 @@ FIRE_MEDAL EQU 1 << FIRE_MEDAL_F SCIENCE_MEDAL EQU 1 << SCIENCE_MEDAL_F GRASS_MEDAL EQU 1 << GRASS_MEDAL_F -NUM_MEDALS EQU 8
\ No newline at end of file +NUM_MEDALS EQU 8 |