Added party character printing hack

This commit is contained in:
jeffman 2017-03-13 13:54:08 -04:00
parent 97be1a635c
commit 7dd7bf8feb
1 changed files with 15 additions and 0 deletions

View File

@ -162,6 +162,21 @@ bl m2_vwf.print_string
mov r7,r0
b $80C9788
//---------------------------------------------------------
// D2E94 hacks (print party character name)
//---------------------------------------------------------
org $80D2F24
mov r1,r6
mov r2,r7
mov r0,r4
bl m2_vwf.weld_entry
b $80D2F52
// Disable X increment
org $80D2F5A; nop
//==============================================================================
// Data files
//==============================================================================