Re-create PoolBox Paco

This commit is contained in:
2024-01-03 12:51:13 -06:00
parent b4458d4280
commit d692d57bcf
8 changed files with 110 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#include <PSX/File/cd_file_types.hpp>
namespace Assets {
using namespace JabyEngine;
namespace Main {
static constexpr auto PacoTIM = SimpleTIM(896, 0, 960, 510);
void load();
}
}