Implementing internal payload builder

This commit is contained in:
Remnants of Forgotten Disney
2024-04-21 21:44:14 -05:00
parent 2e3f5e8266
commit 888c257e49
17 changed files with 588 additions and 120 deletions

View File

@@ -2,7 +2,7 @@
#include "mystery_gift_builder.h"
#include "pokemon_party.h"
#include "pokemon_data.h"
#include "rom_values/eng_rom_values.h"
#include "gba_rom_values/eng_gba_rom_values.h"
rom_data::rom_data() {}
bool rom_data::load_rom()