diff options
| author | dannye <33dannye@gmail.com> | 2025-11-12 17:56:10 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2025-11-12 17:56:10 -0600 |
| commit | 324ae167d15ae4eef3cda411e10201661e57d88d (patch) | |
| tree | 86c2b73ce1262f12c1b3eb82874e8572e80e583f /engine/printer/printer2.asm | |
| parent | Separate surfing Pikachu graphics from audio engine code (diff) | |
| parent | Use features of RGBDS 1.0.0 (#537) (diff) | |
| download | pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.gz pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.xz pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/printer/printer2.asm')
| -rw-r--r-- | engine/printer/printer2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/printer/printer2.asm b/engine/printer/printer2.asm index 944cee0f..586dbbb4 100644 --- a/engine/printer/printer2.asm +++ b/engine/printer/printer2.asm @@ -32,10 +32,10 @@ Printer_GetMonStats: hlcoord 2, 10 ld a, $6e ld [hli], a - ld [hl], " " + ld [hl], ' ' hlcoord 2, 11 - ld [hl], "’" + ld [hl], '’' hlcoord 4, 11 ld de, wLoadedMonMaxHP @@ -56,7 +56,7 @@ Printer_GetMonStats: predef IndexToPokedex hlcoord 2, 8 - ld [hl], "№" + ld [hl], '№' inc hl ld [hl], $f2 inc hl |
