From 576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 18 Apr 2020 17:31:51 -0400 Subject: =?UTF-8?q?Miscellaneous=20fixes,=20including=20one=20for=20the=20?= =?UTF-8?q?Pok=C3=A9dex=20design=20flaw=20by=20ax6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/map.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home') diff --git a/home/map.asm b/home/map.asm index 634956471..91c052a90 100644 --- a/home/map.asm +++ b/home/map.asm @@ -596,8 +596,7 @@ ReadObjectEvents:: ld bc, 1 add hl, bc ; Fill the remaining sprite IDs and y coords with 0 and -1, respectively. -; Bleeds into wObjectMasks due to a bug. Uncomment the above subtraction -; to fix. +; Bleeds into wObjectMasks due to a bug. Uncomment the above code to fix. ld bc, MAPOBJECT_LENGTH .loop ld [hl], 0 -- cgit v1.2.3