diff options
author | YamaArashi <shadow962@live.com> | 2016-09-05 02:32:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-05 02:32:12 -0700 |
commit | 3d10fc8c40fdbbb763288bf4083cd1eed80d20e5 (patch) | |
tree | b6a62d4a56f65eb4a0983c521ea117410887668e | |
parent | 755784f388a1cbafe6af1dd350eaf340334d325b (diff) |
remove obsolete fixme comments
-rw-r--r-- | src/main_menu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index e2520f031..830894c7b 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -917,7 +917,6 @@ void task_new_game_prof_birch_speech_11(u8 taskId) } } -//Fix Me: Uses a few different registers, and I can't figure out why. void task_new_game_prof_birch_speech_12(u8 taskId) { if(gTasks[taskId].data[5]) @@ -977,7 +976,6 @@ void task_new_game_prof_birch_speech_15(u8 taskId) } } -//Fix Me void task_new_game_prof_birch_speech_16(u8 taskId) { u8 cursorPos; @@ -1076,7 +1074,6 @@ void Task_800A9B4(u8 taskId) } } -//Fix Me void sub_800A9EC(u8 taskId) { s8 n = NameMenuProcessInput(); @@ -1107,7 +1104,6 @@ void sub_800A9EC(u8 taskId) } } -//Fix Me void sub_800AAAC(u8 taskId) { if (!gPaletteFade.active) |