Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Moving Adventure Psy-O-Blade/TBL: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
m (Xkeeper moved page Moving Adventure Psy-O-Blade:TBL to Moving Adventure Psy-O-Blade/TBL: normalize subpages and titles)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TBL|game=Moving Adventure Psy-O-Blade}}
===Character Table===
===Character Table===


20 :  !"#$%&'()*+,-./
  20 :  !"#$%&'()*+,-./
30 : 0123456789:;<=>?
  30 : 0123456789:;<=>?
40 : @ABCDEFGHIJKLMNO
  40 : @ABCDEFGHIJKLMNO
50 : PQRSTUVWXYZ[¥]^_
  50 : PQRSTUVWXYZ[¥]^_
60 :       をぁぃぅぇぉゃゅょっ
  60 :       をぁぃぅぇぉゃゅょっ
70 : ーあいうえおかきくけこさしすせそ
  70 : ーあいうえおかきくけこさしすせそ
80 : たちつてとなにぬねのはひふへほま
  80 : たちつてとなにぬねのはひふへほま
90 : みむめもやゆよらりるれろわん”。
  90 : みむめもやゆよらりるれろわん”。
A0 :  。「」、・ヲァィゥェォャュョッ
  A0 :  。「」、・ヲァィゥェォャュョッ
B0 : ーアイウエオカキクケコサシスセソ
  B0 : ーアイウエオカキクケコサシスセソ
C0 : タチツテトナニヌネノハヒフヘホマ
  C0 : タチツテトナニヌネノハヒフヘホマ
D0 : ミムメモヤユヨラリルレロワン”。
  D0 : ミムメモヤユヨラリルレロワン”。
 
===Text Control Codes===
 
===Text locations===
 
From what I've seen, text is *not* compressed. Text are adressed within the code by two ways :
 
* pointer to string is loaded into register a0 (look into code for 'lea a0, $xxxxxxxx', or in compiled form : ????)
* pointer to string is loaded from a table, whose sstarting offset is hardcoded (look for lea a1, $xxxxxxxx, and then text chunk begins at ????)
 
{{Internal Data|game=Moving Adventure Psy-O-Blade}}

Latest revision as of 02:42, 24 January 2024

Chip tiny.png The following article is a Text Table for Moving Adventure Psy-O-Blade.

Character Table

 20 :  !"#$%&'()*+,-./
 30 : 0123456789:;<=>?
 40 : @ABCDEFGHIJKLMNO
 50 : PQRSTUVWXYZ[¥]^_
 60 :       をぁぃぅぇぉゃゅょっ
 70 : ーあいうえおかきくけこさしすせそ
 80 : たちつてとなにぬねのはひふへほま
 90 : みむめもやゆよらりるれろわん”。
 A0 :  。「」、・ヲァィゥェォャュョッ
 B0 : ーアイウエオカキクケコサシスセソ
 C0 : タチツテトナニヌネノハヒフヘホマ
 D0 : ミムメモヤユヨラリルレロワン”。

Text Control Codes

Text locations

From what I've seen, text is *not* compressed. Text are adressed within the code by two ways :

  • pointer to string is loaded into register a0 (look into code for 'lea a0, $xxxxxxxx', or in compiled form : ????)
  • pointer to string is loaded from a table, whose sstarting offset is hardcoded (look for lea a1, $xxxxxxxx, and then text chunk begins at ????)