From 122fc6428c7e7a2c85646884f1119f36d54d5f46 Mon Sep 17 00:00:00 2001 From: Ian Burgmyer Date: Thu, 24 Sep 2020 20:09:00 -0400 Subject: [PATCH] Fixed another horrible typo. >:((( --- common/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/functions.inc b/common/functions.inc index d7b4343..83086be 100644 --- a/common/functions.inc +++ b/common/functions.inc @@ -138,7 +138,7 @@ fillTileEx: and b jr nz, _check3 - ; b = $00. Fill with plette entry 0. + ; b = $00. Fill with palette entry 0. ld b, $00 call fillTile pop af