mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -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}),
|
Oneshot("Escape Cutscene", Setter{[addrs.cutscene_status_2]=3}),
|
||||||
Text(""),
|
Text(""),
|
||||||
LinkTo("Play as...", playas_menu),
|
LinkTo("Play as...", playas_menu),
|
||||||
|
Oneshot("Store Epona", Setter{[addrs.stored_epona]=1}),
|
||||||
Oneshot("Kill Link", Setter{[addrs.hearts]=0}),
|
Oneshot("Kill Link", Setter{[addrs.hearts]=0}),
|
||||||
Text(""),
|
Text(""),
|
||||||
Back(),
|
Back(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue