Build s20ar

This commit is contained in:
nocato 2023-11-28 18:30:36 +01:00
parent df07b8b4f9
commit 813575e6d9
4 changed files with 3 additions and 3 deletions

View File

@ -589,7 +589,7 @@ Individual overlay progress:
<td><b>s20ar</b></td>
<td>30 KB</td>
<td>Ending</td>
<td>❌ Work not started</td>
<td>🚧 Work in progress</td>
</tr>
<tr>
<td><b>select</b></td>

View File

@ -408,7 +408,7 @@ def gen_build_target(targetName):
"s16a",
"d16e",
"s16d",
"s20a",
"s20a", "s20ar",
]
if args.variant == 'vr_exe':

View File

@ -1251,7 +1251,7 @@ overlay_bss group file("{{OBJ_DIR}}\{{OVERLAY}}_{{OVERLAY_SUFFIX}}_bss.bin")
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P22.OBJ", overlay
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P26.OBJ", overlay
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgte\MTX_10.OBJ", overlay
{% elif OVERLAY == "s20a" %}
{% elif OVERLAY == "s20a" or OVERLAY == "s20ar" %}
include "{{OBJ_DIR}}\overlays\s20a\overlay.obj"
include "{{OBJ_DIR}}\overlays\s01a\Thing\sphere.obj"

BIN
um/s20ar.bin Normal file

Binary file not shown.