diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-08 23:53:21 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-08 23:53:21 -0700 |
commit | bad170b0cb7a0a7ecb8725e6fc458a39c11a7e4d (patch) | |
tree | 6bcf693eba12e46b394510dc92dfb2901917971d /src/main_menu.c | |
parent | 90896e38c966df57ca9e4434a1d726ccbfa448e7 (diff) |
Continue decompiling 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); } |