EP battle names print src

This commit is contained in:
sShemet
2026-01-24 20:45:30 +05:00
parent a9fc3e5424
commit 80a561dbd4
9 changed files with 215 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
;BATTLE CUSTOM NAME RENDERING REDIRECT
.open "2_EP/BIN/789_BATTLE_CODE_JAP.bin", 0x800AB000
.org 0x800d2214
;ORIGINAL
; jal 0x8001bee0 //Оригинальный вызов процедуры подсчёта символов в текущем имени. Мы заменим её вызовом своего кода
; move a0, s0 //a0 - адрес имени
j customNameRender
move a0, s0
.close