summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 3aa0c84..b8ddee5 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -27,7 +27,7 @@ RunMapScript:: ; 20ff
ret
; TODO: is this used?
-WriteIntod637:: ; 2118
+WriteIntod637:: ; 2117
push af
; TODO: figure out what variables are concerned here
@@ -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