From 3513bcaed3f8ad89edc9be5b1a6e2adb7ebcbc53 Mon Sep 17 00:00:00 2001 From: sShemet Date: Tue, 4 Nov 2025 23:25:05 +0500 Subject: [PATCH] Some txt --- 1_IS/IS_main_grouped.asm | 12 ++++++++---- compile_command.txt | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/1_IS/IS_main_grouped.asm b/1_IS/IS_main_grouped.asm index 6432a45..9f275aa 100644 --- a/1_IS/IS_main_grouped.asm +++ b/1_IS/IS_main_grouped.asm @@ -1,6 +1,10 @@ -; -; Persona 2 Innocent Sin (PSX) JAP / Custom Characters/Data Patch -; Author: Sergey Shemet 12/10/2021 +///////////////////////////////////////////////////////////////////////////////// +// +// Persona 2 Innocent Sin (PSX) JAP / Custom Characters/Data Patch +// Author: Sergey Shemet 12/10/2025 +// +// v 1.4 - Grouped Chars VRAM Rendering +// .psx @@ -22,7 +26,7 @@ .org 0x80090000 ExternalPrint: - // Текстовая тестовая процедура + move v1, s3 // Сохраняем s3 move s3, a0 // Устанавливаем s3 как адрес текста diff --git a/compile_command.txt b/compile_command.txt index e69de29..3bb25bb 100644 --- a/compile_command.txt +++ b/compile_command.txt @@ -0,0 +1 @@ +./armips -sym 1_IS/BUILD_LOGS/SLPS_021.00.map -temp 1_IS/BUILD_LOGS/SLPS_021.00.txt 1_IS/is_main_grouped.asm \ No newline at end of file