mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
11 lines
210 B
C
11 lines
210 B
C
#ifndef GUARD_DUNGEON_VRAM_H
|
|
#define GUARD_DUNGEON_VRAM_H
|
|
|
|
// TODO: copy stuff from dungeon_vram.c to this header
|
|
|
|
extern u8 gUnknown_203B40D;
|
|
|
|
void DungeonRunFrameActions(u32);
|
|
|
|
#endif // GUARD_DUNGEON_VRAM_H
|