diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-04-18 18:38:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 18:38:54 -0400 |
commit | 9cd59db9aeaa26db321cc99719785a592edcca60 (patch) | |
tree | 3ba8cb1bc06c9cb26b35f7ddde9ac1b2c51a7f6c /home/map.asm | |
parent | ceb747c622cd90e9796515e917f2a0e00ebd7764 (diff) | |
parent | 576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc (diff) |
Merge pull request #713 from Rangi42/master
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
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 |