mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-19 23:47:34 -05:00
10 lines
190 B
C
10 lines
190 B
C
#ifndef PAYLOAD_H
|
|
#define PAYLOAD_H
|
|
|
|
#include <tonc.h>
|
|
#include "output.h"
|
|
|
|
extern byte gen1_party_bootstrap[PLAYER_LENGTH_GEN_I];
|
|
extern byte gen1_omnipayload[PATCH_LIST_LEN_GEN_I];
|
|
|
|
#endif |