diff options
author | Eldred Habert <eldredhabert0@gmail.com> | 2018-06-10 17:08:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 17:08:55 +0200 |
commit | b0e8bae78e0972b13370ff6e31c80f18b67348fc (patch) | |
tree | 7d83ac3340a0535aa85269e7247008164f9b8d7d /home/map.asm | |
parent | 20f07292a54097dd3b704bc79bd50097c1d16502 (diff) | |
parent | bfdaa1151902023fc69c97328cf12bdd88816185 (diff) |
Merge pull request #18 from PikalaxALT/math_etc
More dism progress in ROM0
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 6 |
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 |