diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-30 16:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-30 16:55:19 -0700 |
commit | 5fb9b9052276243d54ecfc27d0514e9c35825e8c (patch) | |
tree | 7546411871d12a05f370b529341ebfd656334af1 /src/slot_machine.c | |
parent | f74d4742f597a423b7a8685d72c06597c8c78db7 (diff) | |
parent | 37b891cbd49780d63fe2295add70bf003c59de48 (diff) |
Merge pull request #437 from huderlem/name_labels
Name labels
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index c9a06a758..e8e4f271b 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -71,7 +71,7 @@ void sub_8106448(void) { u32 offsetRead, offsetWrite; u32 size; - sub_800D238(gSlotMachine_Gfx, (void *) 0x02010000); + LZDecompressWram(gSlotMachine_Gfx, (void *) 0x02010000); offsetRead = 0x02010000; offsetWrite = BG_VRAM; |