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/movie/credits.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/movie/credits.asm')
| -rw-r--r-- | engine/movie/credits.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/credits.asm b/engine/movie/credits.asm index f7e13aab..149f51a7 100644 --- a/engine/movie/credits.asm +++ b/engine/movie/credits.asm @@ -171,7 +171,7 @@ FillFourRowsWithBlack: FillMiddleOfScreenWithWhite: hlcoord 0, 4 ld bc, SCREEN_WIDTH * 10 - ld a, " " + ld a, ' ' jp FillMemory FillLeftHalfOfScreenWithWhite: @@ -191,7 +191,7 @@ FillRightHalfOfScreenWithWhite: FillHalfOfScreenWithWhite: ld b, 10 ld c, 10 - ld a, " " + ld a, ' ' .loop push bc push hl |
