mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 09:39:48 -04:00
02170bdcbf
* d_a_obj_web0 / d_a_obj_web1 * remove asm * d_a_set_bgobj * d_cc_s work * remove asm * build fix * fix tp.py progress check and rel sha1 check * clean up some bg files
11 lines
173 B
C
11 lines
173 B
C
#ifndef C_C_DAMAGEREACTION_H
|
|
#define C_C_DAMAGEREACTION_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
BOOL cDmrNowMidnaTalk();
|
|
|
|
extern u8 cDmr_SkipInfo;
|
|
|
|
#endif /* C_C_DAMAGEREACTION_H */
|