mirror of
https://github.com/pmret/papermario.git
synced 2026-05-05 00:00:20 -04:00
Add new EVT macros (#482)
* add tools and new macros * change EVT_OP enum names * first file * convert some files * stuff * EVT_PTR * src/battle/item * src/battle * tool changes * clouds.inc.c * src/evt * foliage.inc.c * bitwise ops * staticentitydata vars * add diff_evt.py * use evt macros in dro_01 * evt macro docs * whoops * fix some warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _SCRIPT_API_COMMON_H_
|
||||
|
||||
#include "common_structs.h"
|
||||
#include "evt.h"
|
||||
#include "macros.h"
|
||||
|
||||
ApiStatus FadeBackgroundToBlack(Evt* script, s32 isInitialCall);
|
||||
ApiStatus UnfadeBackgroundFromBlack(Evt* script, s32 isInitialCall);
|
||||
|
||||
Reference in New Issue
Block a user