diff --git a/data/dynos.c.h b/data/dynos.c.h index 25e61a25..47f811ad 100644 --- a/data/dynos.c.h +++ b/data/dynos.c.h @@ -18,6 +18,7 @@ void dynos_gfx_swap_animations(void *ptr); // -- warps -- // LevelScript* dynos_get_level_script(char* scriptEntryName); +bool dynos_warp_to_warpnode(s32 aLevel, s32 aArea, s32 aAct, s32 aWarpId); bool dynos_warp_to_level(s32 aLevel, s32 aArea, s32 aAct); bool dynos_warp_restart_level(void); bool dynos_warp_to_start_level(void); diff --git a/mods/football.lua b/mods/football.lua index d7f647cb..5b4e1d89 100644 --- a/mods/football.lua +++ b/mods/football.lua @@ -1,5 +1,5 @@ -- name: Football (soccer) --- description: Play football in the castle grounds.\nOnly use a save that has lowered the water in the moat. +-- description: Play football in castle grounds. -- incompatible: gamemode --------------- diff --git a/mods/shell-rush/main.lua b/mods/shell-rush/main.lua index 3cf5eadf..105848f2 100644 --- a/mods/shell-rush/main.lua +++ b/mods/shell-rush/main.lua @@ -1,5 +1,5 @@ -- name: Shell Rush --- description: Race around SM64 levels on shells.\n\nCollect powerups such as red shells, green shells, bananas, and mushrooms.\n\nOnly use a save that has lowered the water in the moat. +-- description: Race around SM64 levels on shells.\n\nCollect powerups such as red shells, green shells, bananas, and mushrooms. -- incompatible: gamemode moveset DEBUG = false