Add debug menu UI when you press L+R in the main menu.

It's only the UI yet. It only shows a couple of dummy options right now.
This commit is contained in:
Philippe Symons
2026-03-09 19:56:32 +01:00
parent 12f710dafc
commit b84939b49a
28 changed files with 433 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
#include "libstd_replacements.h"
#include "script_var.h"
#include "pokemon_data.h"
#include "debug_mode.h"
#include "dbg/debug_mode.h"
#include "global_frame_controller.h"
extern rom_data curr_GBA_rom;