diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:31:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:31:09 -0400 |
commit | 041c4f28a3c35e31329222769534942439b70f29 (patch) | |
tree | 07c7998e8b8c34f25c22e4292ff0f133c787679c /constants/type_constants.asm | |
parent | 2090d3ec05594cdff92979fa892c5a4a05134d7c (diff) |
Character dict; surfing minigame; printer debug
Diffstat (limited to 'constants/type_constants.asm')
-rwxr-xr-x | constants/type_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index 66085f8d..b36dc179 100755 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -13,4 +13,4 @@ GRASS EQU $16 ELECTRIC EQU $17 PSYCHIC EQU $18 ICE EQU $19 -DRAGON EQU $1A
\ No newline at end of file +DRAGON EQU $1A |