EP: Groped chars v1.1
+ char calcs calls
This commit is contained in:
@@ -29,38 +29,32 @@
|
||||
// ;;;;;;;;;;;;;;;;;;;;;;;;Print Routines Calls Replacing
|
||||
|
||||
// ;main dialog calls from PrintProgramText Routine
|
||||
// .org 0x8001cd58
|
||||
// jal ExternalPrint
|
||||
// .org 0x8001cdd8
|
||||
// jal ExternalPrint
|
||||
|
||||
// .org 0x8001c098
|
||||
// jal ExternalPrint
|
||||
// .org 0x8001c10c
|
||||
// jal ExternalPrint
|
||||
|
||||
|
||||
.org 0x8001d0c4
|
||||
jal ExternalPrint
|
||||
.org 0x8001d138
|
||||
jal ExternalPrint
|
||||
|
||||
.org 0x8001df7c
|
||||
jal ExternalPrint
|
||||
.org 0x8001dffc
|
||||
jal ExternalPrint
|
||||
|
||||
// ;printPlaneTEXT (PlayerName, etc...)
|
||||
// .org 0x8001c388
|
||||
// jal ExternalPrint
|
||||
|
||||
|
||||
.org 0x8001d1dc
|
||||
jal ExternalPrint
|
||||
|
||||
// ;custom CheckCharNumToLineEnd for proper Complex Lines Read (charcountread)
|
||||
// .org 0x8001abf4
|
||||
// j ReturnCharsInString ;custom routine
|
||||
// clear v1
|
||||
.org 0x8001bee0
|
||||
j ReturnCharsInString ;custom routine
|
||||
clear v1
|
||||
// ;j 0x8001af00 ;original code
|
||||
|
||||
// ;calcnextX Custom
|
||||
|
||||
// .org 0x8001ac1c
|
||||
// ; addiu sp,sp,-0x18 ;Original Code
|
||||
// ; sw ra,0x10(sp)
|
||||
// j calcnextXCustom ;PATCHED
|
||||
// nop
|
||||
.org 0x8001bf08
|
||||
; addiu sp,sp,-0x18 ;Original Code
|
||||
; sw ra,0x10(sp)
|
||||
j calcnextXCustom ;PATCHED
|
||||
nop
|
||||
|
||||
.close
|
||||
|
||||
|
||||
Reference in New Issue
Block a user