From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- engine/hall_of_fame.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/hall_of_fame.asm') diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index f0749a06..39a7a2e3 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -6,7 +6,7 @@ AnimateHallOfFame: call LoadFontTilePatterns call LoadTextBoxTilePatterns call DisableLCD - ld hl,vBGMap0 + ld hl, vBGMap0 ld bc, $800 ld a, " " call FillMemory -- cgit v1.3.1-sl0p