mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
a7fa8cc241
* AnimationContext_Update * TransitionTile_InitGraphics * disasm files * gPlayerFormItemRestrictions -> code_8012EC80 * fix * Extract gCircleTex * Const fixes * gPlayerFormItemRestrictions suggestions * Setup_InitRegs * z_inventory
9 lines
110 B
C
9 lines
110 B
C
#ifndef Z64CIRCLE_TEX_H
|
|
#define Z64CIRCLE_TEX_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern const u64 gCircleTex[];
|
|
|
|
#endif
|