diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 21:33:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:33:08 -0500 |
commit | 26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /asm/egg_hatch.s | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) | |
parent | a63750306c6c8f6e55aa7e888595117857047d59 (diff) |
Merge pull request #25 from ProjectRevoTPP/money_coins
decompile money.c and coins.c
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 02d8f123f..e8f282578 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -575,7 +575,7 @@ _08047090: ldr r0, _08047150 @ =sub_8046FC0 bl SetVBlankCallback bl GetCurrentMapMusic - ldr r1, _08047154 @ =gUnknown_20370C2 + ldr r1, _08047154 @ =gSpecialVar_0x8005 strh r0, [r1] bl reset_temp_tile_data_buffers movs r0, 0 @@ -628,7 +628,7 @@ _08047090: _08047148: .4byte gUnknown_3000E74 _0804714C: .4byte gUnknown_20370C0 _08047150: .4byte sub_8046FC0 -_08047154: .4byte gUnknown_20370C2 +_08047154: .4byte gSpecialVar_0x8005 _08047158: .4byte gUnknown_826019C _0804715C: ldr r0, _0804716C @ =gUnknown_82601A4 |