diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-18 16:18:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-18 16:18:34 -0400 |
commit | 7ac60bc3afec848530721dc19d2c1a9ff10ea3a5 (patch) | |
tree | c8b3e141e03e3e0b59749ac2a1cb03d1ec9cbd87 /asm | |
parent | a16d9af699f367458d6832377a2806659d303bbe (diff) |
Dump map object graphics info, 1
Diffstat (limited to 'asm')
-rw-r--r-- | asm/field_map_obj.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/field_map_obj.s b/asm/field_map_obj.s index 2b16f5e1f..57f7fbe1c 100644 --- a/asm/field_map_obj.s +++ b/asm/field_map_obj.s @@ -2774,14 +2774,14 @@ _0805F2E0: bls _0805F2E6 movs r1, 0x10 _0805F2E6: - ldr r0, _0805F2F4 @ =gUnknown_839FDB0 + ldr r0, _0805F2F4 @ =gMapObjectGraphicsInfoPointers lsls r1, 2 adds r1, r0 ldr r0, [r1] pop {r1} bx r1 .align 2, 0 -_0805F2F4: .4byte gUnknown_839FDB0 +_0805F2F4: .4byte gMapObjectGraphicsInfoPointers thumb_func_end GetFieldObjectGraphicsInfo thumb_func_start FieldObjectHandleDynamicGraphicsId |