Merge pull request #604 from TwilitRealm/widescreen/dmap-menu

Widescreen Dungeon Map
This commit is contained in:
Jasper St. Pierre
2026-05-01 09:04:08 -07:00
committed by GitHub
2 changed files with 43 additions and 0 deletions
+4
View File
@@ -91,6 +91,10 @@ public:
void calcCursor();
void drawCursor();
#if TARGET_PC
void dMapBgWide();
#endif
void setDPDFloorSelCurPos(s8 i_pos) { field_0xdd6 = i_pos; }
f32 getMapWidth() { return mMapWidth; }