mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Move overlay 4 to `nintendo_wfc` Move overlay 18 to `wfc_settings` Move overlay 60 to `http` `unk_02099550` to `wifi_overlays`
14 lines
372 B
C
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
|