mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-18 07:06:56 -05:00
9 lines
245 B
C
9 lines
245 B
C
#ifndef PAYLOAD_BUILDER_H
|
|
#define PAYLOAD_BUILDER_H
|
|
|
|
#include "gb_rom_values/base_gb_rom_struct.h"
|
|
|
|
byte *generate_payload(GB_ROM curr_rom, bool debug);
|
|
void write_call(int generation, byte array_data[], int& offset, word call_location);
|
|
|
|
#endif |