Add old LoadCRO

Silly Pokémon X needs this.
This commit is contained in:
Nomi 2023-09-07 20:38:27 +02:00
parent d452caa976
commit 4cd9c6c77e
2 changed files with 24 additions and 13 deletions
include/services

View file

@ -17,8 +17,8 @@ class LDRService {
// Service commands
void initialize(u32 messagePointer);
void loadCRO(u32 messagePointer, bool isNew);
void loadCRR(u32 messagePointer);
void loadCRONew(u32 messagePointer);
void unloadCRO(u32 messagePointer);
public: