diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 7244fb1..b8ddee5 100644 --- a/home/map.asm +++ b/home/map.asm @@ -888,8 +888,8 @@ ReadObjectEvents:: ; 268f ClearObjectStructs:: ; 26cf xor a - ld [$CE7F], a ; TODO - ld hl, wObject1Struct + ld [wUnkObjectStruct], a ; TODO + ld hl, wObject2Struct ld de, wObject2Struct - wObject1Struct ld c, 7 .clear_struct |