Move decompression code to boot segment

This commit is contained in:
CrashOveride95
2021-08-25 16:09:31 -04:00
parent 57b7e5aec3
commit e43c9463d5
6 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
#define INCLUDED_FROM_MEMORY_C
#include "buffers/buffers.h"
#include "game/slidec.h"
#include "slidec.h"
#include "game/game_init.h"
#include "game/main.h"
#include "game/memory.h"