| 184 | } |
| 185 | } |
| 186 | void stateDeleteFunc(int value) { |
| 187 | muteSND(); |
| 188 | deleteState(stateNum); |
| 189 | // Will grey out the other state options |
| 190 | stateSelectFunc(stateNum); |
| 191 | if (!isGameboyPaused()) |
| 192 | unmuteSND(); |
| 193 | } |
| 194 | void resetFunc(int value) { |
| 195 | closeMenu(); |
| 196 | updateScreens(); |
nothing calls this directly
no test coverage detected