pmd-red/include/dungeon_vram.h
2025-04-04 14:12:20 +02:00

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