diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-04-09 05:17:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 22:17:32 -0500 |
| commit | 0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024 (patch) | |
| tree | 6c1e5dce8609e33aed4311d8cc1f4b4ebcc73357 /constants | |
| parent | Further improve NPC trade labels and comments (#493) (diff) | |
| download | pokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.tar.gz pokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.tar.xz pokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.zip | |
Use constants in `PrintBCDNumber` calls (#503)
Diffstat (limited to 'constants')
| -rw-r--r-- | 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 5943457b..d4e259fe 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -2,7 +2,7 @@ DEF NAME_LENGTH EQU 11 DEF ITEM_NAME_LENGTH EQU 13 DEF NAME_BUFFER_LENGTH EQU 20 -; PrintNumber +; PrintNumber, PrintBCDNumber const_def 5 const BIT_MONEY_SIGN ; 5 const BIT_LEFT_ALIGN ; 6 |
