mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
32 lines
931 B
NASM
32 lines
931 B
NASM
.erroronwarning on
|
||
|
||
.ps2
|
||
|
||
.open "extracted/DATA.BIN", "DATA.BIN", 0x0
|
||
|
||
.loadtable "kefin.tbl", "SJIS"
|
||
|
||
.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
|
||
|
||
|
||
|
||
.close
|
||
|
||
.open "extracted/SLPM_663.60", "SLPM_663.60", 0x0
|
||
|
||
.orga 0x0025FD45
|
||
|
||
.strn "KaisaanTest", 0x81, 0x43
|
||
|
||
|
||
.close |