Reworking global frames

This commit is contained in:
Remnants of Forgotten Disney
2024-03-27 12:04:18 -05:00
parent 59d82496b4
commit 6bef2b58f2
12 changed files with 72 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
#include "dex_handler.h"
#include "sprite_data.h"
#include "pokemon_data.h"
#include "global_frame_counter.h"
#include "global_frame_controller.h"
#include "save_data_manager.h"
Dex dex_array[DEX_MAX];