diff options
author | yenatch <yenatch@gmail.com> | 2014-06-19 17:23:53 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-19 17:23:53 -0700 |
commit | 6fee80528af6be1c22fee42e2560023823f7da8f (patch) | |
tree | ea401595329893a53221f8c4efe17d9e5b259819 /home/map_objects.asm | |
parent | 044d0f7f04f9b3300d36370bc7ce106fe0ff655c (diff) |
More object struct labels and constants.
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 5f3514bd0..a20a06779 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -454,7 +454,7 @@ Function19e9:: ; 19e9 Function1a13:: ; 1a13 push bc push de - ld hl, $d4d6 + ld hl, ObjectStructs ld de, $0028 ld c, $d .asm_1a1d @@ -641,7 +641,7 @@ Function1ad2:: ; 1ad2 Function1ae5:: ; 1ae5 ld bc, $0028 - ld hl, $d4d6 + ld hl, ObjectStructs call AddNTimes ld b, h ld c, l |