19
edits
Contriboutor (talk | contribs) No edit summary |
Contriboutor (talk | contribs) |
||
Line 11: | Line 11: | ||
|- | |- | ||
| Exceed the [[Objects#Object Limit|object limit]] || No || No || There's a `while (1) ;` that prevents this from occurring | | Exceed the [[Objects#Object Limit|object limit]] || No || No || There's a `while (1) ;` that prevents this from occurring | ||
|- | |- | ||
| Deleting a non-existent file on the File Select Screen || || || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex. | | Deleting a non-existent file on the File Select Screen || || || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex. |