From 8c232211878a4bac6ae8f311eb9031aae99a78d6 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:51:00 -0400 Subject: [PATCH] Touch up (#205) --- data/dynos.c.h | 1 + mods/football.lua | 2 +- mods/shell-rush/main.lua | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/dynos.c.h b/data/dynos.c.h index 25e61a251..47f811ad5 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 d7f647cbe..5b4e1d89f 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 3cf5eadf1..105848f21 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