Files
2ship2harkinian-Android/mm/2s2h/DeveloperTools/BetterMapSelect.h
Garrett Cox 508f8378de Better map select (#85)
* Add human readable name and entrance scene ID to scene table

* Add better map select
2024-05-22 09:04:58 -05:00

11 lines
343 B
C

#ifndef BETTER_MAP_SELECT_H
#define BETTER_MAP_SELECT_H
#include "overlays/gamestates/ovl_select/z_select.h"
#include "gfxprint.h"
void BetterMapSelect_Init(MapSelectState* mapSelectState);
void BetterMapSelect_PrintMenu(MapSelectState* mapSelectState, GfxPrint* printer);
void BetterMapSelect_Update(MapSelectState* mapSelectState);
#endif