Major core rewrite

This commit is contained in:
mkrsym1 2023-08-02 18:32:26 +03:00
parent be445e6db9
commit e554c8e57b
12 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -15,13 +15,10 @@ sources = [
'src/msg.c' 'src/msg.c'
] ]
resources = [ resources = [
'res/hi3/glb/allocations.dat', 'res/hi3/glb.dat',
'res/hi3/glb/entries.dat',
'res/hsr/os/allocations.dat', 'res/hsr/os.dat',
'res/hsr/os/entries.dat', 'res/hsr/cn.dat'
'res/hsr/cn/allocations.dat',
'res/hsr/cn/entries.dat'
] ]
# Generate resource files for ./res # Generate resource files for ./res

Binary file not shown.

Binary file not shown.

BIN
game_payload/res/hsr/cn.dat Normal file

Binary file not shown.

Binary file not shown.

BIN
game_payload/res/hsr/os.dat Normal file

Binary file not shown.

Binary file not shown.

View File

@ -12,3 +12,6 @@
### 1.1.11 ### 1.1.11
- Fixed an additional issue introduced in 1.1.9 - Fixed an additional issue introduced in 1.1.9
### branch/native-tables
- Almost a full rewrite, functionality unchanged