diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 17:39:09 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 17:39:09 -0500 |
commit | a1951cefc09035e11077a433b28ec8c66b3b03db (patch) | |
tree | 4de98db5a6edb6d74192028d50893da2b764421f /engine/init_hof_credits.asm | |
parent | 79bd48f85c7dd1868264e290b12dad17a6e25b95 (diff) |
Prefix wram labels with w, part 2.
Diffstat (limited to 'engine/init_hof_credits.asm')
-rw-r--r-- | engine/init_hof_credits.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/init_hof_credits.asm b/engine/init_hof_credits.asm index d8eb7670a..e8e98a0e1 100644 --- a/engine/init_hof_credits.asm +++ b/engine/init_hof_credits.asm @@ -9,7 +9,7 @@ InitDisplayForHallOfFame: ; 4e881 ld bc, vBGMap1 - vBGMap0 ld a, " " call ByteFill - hlcoord 0, 0, AttrMap + hlcoord 0, 0, wAttrMap ld bc, SCREEN_WIDTH * SCREEN_HEIGHT xor a call ByteFill @@ -39,7 +39,7 @@ InitDisplayForRedCredits: ; 4e8c2 ld bc, vBGMap1 - vBGMap0 ld a, " " call ByteFill - hlcoord 0, 0, AttrMap + hlcoord 0, 0, wAttrMap ld bc, SCREEN_WIDTH * SCREEN_HEIGHT xor a call ByteFill |