Poke_Transporter_GB/include/payload.h
Remnants of Forgotten Disney df1df7ea7f Pre-link rewrite
2024-02-04 12:35:54 -06:00

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