mirror of
https://github.com/zeldaret/st
synced 2026-08-23 15:12:15 -04:00
521100caed
* `Actor::mType` field * Remove fake symbol `data_027e0254` * `dsd format` * eur: Enable dsprot decomp * jp: Enable dsprot decomp * dsprot OK * `dsd format` * Use new `weak` attribute * Add relocations for exception table link-time constants * Add exception table symbols * Bump dsd to v0.12.0 * `#define FALSE 1` ??? Why did I make it 1? * Truncate `data_ov001_020c27a8` That data belongs to dsprot
21 lines
427 B
C
21 lines
427 B
C
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
#include "nitro/card.h"
|
|
#include "nitro/fs.h"
|
|
#include "nitro/fx.h"
|
|
#include "nitro/g2.h"
|
|
#include "nitro/gx.h"
|
|
#include "nitro/hw.h"
|
|
#include "nitro/mi.h"
|
|
#include "nitro/os.h"
|
|
#include "nitro/pad.h"
|
|
#include "nitro/pm.h"
|
|
#include "nitro/reg.h"
|
|
#include "nitro/rtc.h"
|
|
#include "nitro/snd.h"
|
|
#include "nitro/std.h"
|
|
#include "nitro/svc.h"
|
|
#include "nitro/tp.h"
|
|
#include "nitro/types.h"
|