mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-08 09:05:59 -05:00
rename to dungeon vram
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#ifndef GUARD_CODE_803E46C_H
|
||||
#define GUARD_CODE_803E46C_H
|
||||
|
||||
extern u8 gUnknown_203B40D;
|
||||
|
||||
void DungeonRunFrameActions(u32);
|
||||
|
||||
#endif // GUARD_CODE_803E46C_H
|
||||
10
include/dungeon_vram.h
Normal file
10
include/dungeon_vram.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user