diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index 0b7bb6eac..a2268d51a 100644 --- a/home/map.asm +++ b/home/map.asm @@ -592,7 +592,7 @@ ReadObjectEvents:: jr z, .skip ; jr c, .skip -; stupid waste of time and space + ; could have done "inc hl" instead ld bc, 1 add hl, bc ; Fill the remaining sprite IDs and y coords with 0 and -1, respectively. |