mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
298 B
C
19 lines
298 B
C
#ifndef NINTENDO_HI_0_H
|
|
#define NINTENDO_HI_0_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define NINTENDO_HI_0_SIZE 0x9900
|
|
#define NINTENDO_HI_0_AW_SIZE 0x66A0
|
|
extern u8 nintendo_hi_0[NINTENDO_HI_0_SIZE]; // This should be nintendo_hi_0.aw
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|