mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
12 lines
226 B
C
Executable File
12 lines
226 B
C
Executable File
//
|
|
// Created by scott on 9/12/2017.
|
|
//
|
|
|
|
#ifndef POKEEMERALD_EVENT_SCRIPTS_H
|
|
#define POKEEMERALD_EVENT_SCRIPTS_H
|
|
|
|
extern const u8 gUnknown_082766A2[];
|
|
extern const u8 gUnknown_082766A6[];
|
|
|
|
#endif //POKEEMERALD_EVENT_SCRIPTS_H
|