diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-03 22:35:38 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-03 22:35:38 -0700 |
commit | a5754b95e8a1803c87641e5bc485a3690fbcaef7 (patch) | |
tree | cfe2fa3e45384d5bf643a7c5e13a6f8810aa8f34 /src/field/use_pokeblock.c | |
parent | 34fad4a4556cddf8a6416ab11cd18927ebdb3228 (diff) |
Fix non-matching sub_80EEF34 and start more decomp
Diffstat (limited to 'src/field/use_pokeblock.c')
-rw-r--r-- | src/field/use_pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/use_pokeblock.c b/src/field/use_pokeblock.c index e946a9cfc..bac231856 100644 --- a/src/field/use_pokeblock.c +++ b/src/field/use_pokeblock.c @@ -244,7 +244,7 @@ static void sub_8136294(void) case 6: gUnknown_083DFEC4->unk76AA = 0; gUnknown_083DFEC4->unk87E0 = NULL; - gUnknown_083DFEC4->unk030C = 0x20; + gUnknown_083DFEC4->unk030C.val = 0x20; gUnknown_02039304->unk50++; break; case 7: |