diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |