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 /engine/movie | |
| 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 'engine/movie')
| -rw-r--r-- | engine/movie/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/movie/hall_of_fame.asm b/engine/movie/hall_of_fame.asm index aebe65f0..231f3369 100644 --- a/engine/movie/hall_of_fame.asm +++ b/engine/movie/hall_of_fame.asm @@ -237,7 +237,7 @@ HoFDisplayPlayerStats: call PlaceString hlcoord 4, 10 ld de, wPlayerMoney - ld c, $a3 + ld c, 3 | LEADING_ZEROES | MONEY_SIGN call PrintBCDNumber ld hl, DexSeenOwnedText call HoFPrintTextAndDelay |
