From 6fee80528af6be1c22fee42e2560023823f7da8f Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 19 Jun 2014 17:23:53 -0700 Subject: More object struct labels and constants. --- home/map_objects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/map_objects.asm') 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 -- cgit v1.2.3