diff options
Diffstat (limited to 'constants/text_constants.asm')
-rwxr-xr-x | constants/text_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index 0a5d509..a018be1 100755 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -12,4 +12,4 @@ TX_WATER EQUS "$05,$04" TX_FIGHTING EQUS "$05,$05" TX_PSYCHIC EQUS "$05,$06" TX_COLORLESS EQUS "$05,$07" -TX_LVL EQUS "$05,$11"
\ No newline at end of file +TX_LVL EQUS "$05,$11" |