rename to dungeon vram

This commit is contained in:
DizzyEggg
2025-04-04 14:12:20 +02:00
parent febfe3778e
commit 89615befff
82 changed files with 1039 additions and 1040 deletions

View File

@@ -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
View 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