pokeplatinum/include/wifi_overlays.h
Gudf cf878689e2 Rename WiFi overlays
Move overlay 4 to `nintendo_wfc`
Move overlay 18 to `wfc_settings`
Move overlay 60 to `http`
`unk_02099550` to `wifi_overlays`
2026-02-03 21:20:22 +01:00

14 lines
372 B
C

#ifndef POKEPLATINUM_WIFI_OVERLAYS_H
#define POKEPLATINUM_WIFI_OVERLAYS_H
#include "savedata.h"
void Overlay_LoadWFCOverlay(void);
void Overlay_UnloadWFCOverlay(void);
void Overlay_LoadWFCSettingsOverlay(void);
void Overlay_UnloadWFCSettingsOverlay(void);
void Overlay_LoadHttpOverlay(void);
void Overlay_UnloadHttpOverlay(void);
#endif // POKEPLATINUM_WIFI_OVERLAYS_H