diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 16:37:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 16:37:06 -0700 |
commit | 73bdef2f67c2e5f836da8d634f383b807df8b91a (patch) | |
tree | b3cfd813c4b9af125612b9a79f99292cb28d0591 /src/main_menu.c | |
parent | 94eef0bfa5b67a3ef3061b151e6ff113b45adc2e (diff) | |
parent | cf9518f2374dae7aa30fe8694e2c01d980efda3f (diff) |
Merge pull request #293 from Diegoisawesome/master
Decompile field_specials
Diffstat (limited to 'src/main_menu.c')
-rw-r--r-- | src/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index 87673c9b2..3afe1abe5 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -1965,7 +1965,7 @@ void sub_80323CC(u8 a, u8 b, u16 c, u16 d, u8 e, u8 f) { struct WindowTemplate sp; - sp = sub_8198A50(0, a + 1, b + 1, 5, 4, f, d); + sp = CreateWindowTemplate(0, a + 1, b + 1, 5, 4, f, d); CreateYesNoMenu(&sp, c, e, 0); } |