mirror of https://github.com/pret/pokeemerald.git
Updated Add a debug menu (markdown)
parent
9265db7505
commit
adc0f131e3
|
@ -214,7 +214,7 @@ void Debug_ShowMainMenu(void) {
|
|||
|
||||
// create window
|
||||
HideMapNamePopUpWindow();
|
||||
sub_81973A4();
|
||||
LoadMessageBoxAndBorderGfx();
|
||||
windowId = AddWindow(&sDebugMenuWindowTemplate);
|
||||
DrawStdWindowFrame(windowId, FALSE);
|
||||
|
||||
|
@ -362,7 +362,7 @@ void Debug_ShowMainMenu(void) {
|
|||
|
||||
// create window
|
||||
HideMapNamePopUpWindow();
|
||||
sub_81973A4();
|
||||
LoadMessageBoxAndBorderGfx();
|
||||
windowId = AddWindow(&sDebugMenuWindowTemplate);
|
||||
DrawStdWindowFrame(windowId, FALSE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue