mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef ARMOS_H
|
|
#define ARMOS_H
|
|
|
|
#include "gba/types.h"
|
|
|
|
void Armos_SetFlagFromTransition(u32 armosId);
|
|
|
|
#endif // ARMOS_H
|