You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
16 lines
412 B
C
16 lines
412 B
C
#pragma once
|
|
|
|
/************************
|
|
* INTERACTION SETTINGS *
|
|
************************/
|
|
|
|
// Various interaction related settings, bug fixes or QoL changes
|
|
|
|
/**
|
|
* This bug allows mario to move when initiating a dialog,
|
|
* just as long as mario doesn't enter an action that can
|
|
* be interrupted with text
|
|
* Uncomment this to fix this bug, and frustrate speedrunners
|
|
*/
|
|
// #define BUGFIX_DIALOG_TIME_STOP
|