You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
15 lines
364 B
C
15 lines
364 B
C
#pragma once
|
|
|
|
/************************
|
|
* INTERACTION SETTINGS *
|
|
************************/
|
|
|
|
// Various interaction related settings, bug fixes or QoL changes
|
|
|
|
/**
|
|
* This fixes a bug which allows mario to move when initiating
|
|
* a dialog. just as long as mario doesn't enter an action that
|
|
* can be interrupted with text.
|
|
*/
|
|
// #define BUGFIX_DIALOG_TIME_STOP
|