blob: 9e0052b89f53b8253bca3544ded1ae0dd60c1ff4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Includes
#include "global.h"
#include "pokemon_storage_system.h"
// Static type declarations
// Static RAM declarations
EWRAM_DATA u16 gUnknown_02039760[0x600] = {};
// Static ROM declarations
// .rodata
// .text
|