mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
Update building
This commit is contained in:
parent
a65e3ad726
commit
c3b3284457
@ -1,5 +1,5 @@
|
||||
armips patch.asm
|
||||
copy DATA.BIN translated/DATA.BIN
|
||||
copy "SLPM_663.60" "translated/SLPM_663.60"
|
||||
perl "scripts/abcde/abcde.pl" -cm abcde::Atlas "translated/DATA.BIN" "scripts/translated.txt"
|
||||
isotool.py -m insert --iso lostkefin.iso -o english.iso --filelist filelist.txt --files translated
|
||||
@pause
|
@ -3,7 +3,7 @@
|
||||
20=
|
||||
21=!
|
||||
22="
|
||||
23=#
|
||||
23=[HASH]
|
||||
27='
|
||||
28=(
|
||||
29=)
|
||||
@ -89,7 +89,7 @@ A5=・
|
||||
8140=
|
||||
8141=、
|
||||
8142=。
|
||||
8143=,
|
||||
8143=,
|
||||
8144=.
|
||||
8145=・
|
||||
8146=:
|
||||
|
27
patch.asm
27
patch.asm
@ -1,35 +1,8 @@
|
||||
.erroronwarning off
|
||||
|
||||
.ps2
|
||||
|
||||
.open "extracted/DATA.BIN", "DATA.BIN", 0x0
|
||||
|
||||
.loadtable "kefinold.tbl", "SJIS"
|
||||
|
||||
.orga 0x094BA800
|
||||
.dw 0x5A, 0x00, 0x5B, 0x14, 0x01, 0x3A, 0x02, 0x0560
|
||||
/*
|
||||
.orga 0x094BC858
|
||||
|
||||
.db 0x3A, 0x80
|
||||
.strn "<K3>Hey", 0x81, 0x43, "where are you planning to go on that ship?[WAIT]", 0x19, "<K0>" ; For some reason, the "," character won't work
|
||||
.db 0x07, 0x32, 0x2F, 0x01, 0x00, 0x0A, 0x50, 0x00, 0xA5, 0x00, 0x3F, 0x80 ; originally 0x53, 0x80
|
||||
.strn "<K3>Oh really? The Safar desert on the Afroca continent?[WAIT]", 0x19, "<K0>"
|
||||
.db 0x2F, 0x02, 0x00, 0x0A, 0x50, 0x00, 0x96, 0x00, 0x8B, 0x80 ; originally 0x90, 0x80
|
||||
.strn "<K3>Does that mean you're searching for \"that\"?\n"
|
||||
.strn "The City of Sand and Mirages", 0x81, 0x43, "Kefin?\n"
|
||||
.strn "Apparently it used to be a magnificent kingdom.[WAIT]", 0x19, "<K0>"
|
||||
.db 0x2F, 0x03, 0x00, 0x0A, 0x50, 0x00, 0x96, 0x00, 0x89, 0x80
|
||||
*/
|
||||
|
||||
.orga 0x094BD0B2
|
||||
.db 0x00, 0x3B, 0xC7, 0x01
|
||||
|
||||
.orga 0x094BD0EE
|
||||
.db 0x00, 0x3B, 0xC6, 0x01
|
||||
|
||||
.close
|
||||
|
||||
.open "extracted/SLPM_663.60", "SLPM_663.60", 0x0
|
||||
|
||||
.orga 0x0025FD45
|
||||
|
Loading…
Reference in New Issue
Block a user