mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
epona storing in cheat menu
This commit is contained in:
parent
33c876b8b2
commit
ea40b7fde7
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ local main_menu = Menu{
|
|||
Oneshot("Escape Cutscene", Setter{[addrs.cutscene_status_2]=3}),
|
||||
Text(""),
|
||||
LinkTo("Play as...", playas_menu),
|
||||
Oneshot("Store Epona", Setter{[addrs.stored_epona]=1}),
|
||||
Oneshot("Kill Link", Setter{[addrs.hearts]=0}),
|
||||
Text(""),
|
||||
Back(),
|
||||
|
|
Loading…
Reference in a new issue