diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-18 17:31:51 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-18 17:31:51 -0400 |
| commit | 576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc (patch) | |
| tree | 3ba8cb1bc06c9cb26b35f7ddde9ac1b2c51a7f6c /home | |
| parent | ceb747c622cd90e9796515e917f2a0e00ebd7764 (diff) | |
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Diffstat (limited to 'home')
| -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 |
