mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-11 18:37:15 -05:00
engine: disassemble reset dialog
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
This commit is contained in:
15
engine/menu/reset_dialog.asm
Normal file
15
engine/menu/reset_dialog.asm
Normal file
@@ -0,0 +1,15 @@
|
||||
INCLUDE "constants.asm"
|
||||
|
||||
SECTION "Debug Reset Menu", ROMX[$4362], BANK[$3F]
|
||||
|
||||
DisplayResetDialog:: ; fc362 (3f:4362)
|
||||
ld hl, _ResetConfirmText
|
||||
call MenuTextBox
|
||||
call YesNoBox
|
||||
jp nc, Reset
|
||||
call CloseWindow
|
||||
ret
|
||||
|
||||
_ResetConfirmText::
|
||||
text "ほんとにりセットしますか?"
|
||||
done
|
||||
Reference in New Issue
Block a user