diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-12-18 17:52:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 17:52:01 -0500 |
commit | 7f5addc626584ab24c8da1760d64ef3b8e5c24b7 (patch) | |
tree | 594a78b48ab1280e477fe39b6d2b01e51fa06ab7 /asm/egg_hatch.s | |
parent | 74137d7448c62e462e39b373693bc4b9f0d72055 (diff) | |
parent | f04f8baa5b3c4f5d239d8be4da4d9a99141bbf9b (diff) |
Merge pull request #33 from Missingmew/master
Dump most graphics that are common between firered and emerald/ruby plus some exclusives
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index 38b91b700..eef234a71 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -648,7 +648,7 @@ _08047174: movs r2, 0 movs r3, 0 bl sub_80F696C - ldr r1, _080471A0 @ =gUnknown_8D0051C + ldr r1, _080471A0 @ =gFile_graphics_interface_menu_map_tilemap movs r0, 0 movs r2, 0 movs r3, 0 @@ -660,7 +660,7 @@ _08047174: b _0804724A .align 2, 0 _0804719C: .4byte gUnknown_8D00000 -_080471A0: .4byte gUnknown_8D0051C +_080471A0: .4byte gFile_graphics_interface_menu_map_tilemap _080471A4: .4byte gUnknown_8D004D8 _080471A8: ldr r0, _080471BC @ =gUnknown_826011C |