Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
effects_internal.h
Go to the documentation of this file.
1
#ifndef _EFFECTS_INTERNAL_H_
2
#define _EFFECTS_INTERNAL_H_
3
4
#include "
effects.h
"
5
6
// slimmed down assert so that all effects still fit under the TLB page size limit of 0x1000 bytes
7
#define ASSERT(condition) \
8
if (!(condition)) { \
9
IS_DEBUG_PANIC("ASSERT"); \
10
}
11
12
s32
effect_rand_int
(s32);
13
s32
effect_simple_rand
(s32, s32);
14
15
#include "
effect_shims.h
"
16
17
#endif
effect_shims.h
effects.h
effect_simple_rand
s32 effect_simple_rand(s32, s32)
Definition
effect_utils.c:50
effect_rand_int
s32 effect_rand_int(s32)
Definition
effect_utils.c:38
include
effects_internal.h
Generated by
1.10.0