Difference between revisions of "Slitherlink Translation"
From WikiTemp, the GBAtemp wiki
(→RCEP) |
(→RCEP) |
||
Line 173: | Line 173: | ||
= Filetypes = | = Filetypes = | ||
== RCEP == | == RCEP == | ||
+ | <div class="previewnote"> | ||
+ | |||
+ | '''Note: This is a work in progress!''' | ||
+ | |||
+ | </div> | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
− | |+ | + | |+ RCEP section |
! Field | ! Field | ||
! Start | ! Start | ||
Line 186: | Line 192: | ||
| 0x00000003 | | 0x00000003 | ||
| 4 bytes | | 4 bytes | ||
− | | " | + | | "RCEP" |
− | | Magic stamp. | + | | Magic stamp. |
|- | |- | ||
− | | | + | | Number of buttons |
| 0x00000004 | | 0x00000004 | ||
− | | | + | | 0x0000000F |
− | | | + | | 2 bytes |
− | | | + | | 0x0003 |
− | | | + | | Number of buttons included |
|- | |- | ||
− | | | + | | Button offsets |
| 0x00000008 | | 0x00000008 | ||
| 0x0000000B | | 0x0000000B | ||
− | | | + | | 8 bytes |
− | | | + | | 0x000000E0 |
− | | | + | | Offsets , these repeat <number of buttons> times |
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+ Part definion | ||
+ | ! Field | ||
+ | ! Start | ||
+ | ! End | ||
+ | ! Size | ||
+ | ! Example | ||
+ | ! Description | ||
|- | |- | ||
− | | | + | | Length of part-definition |
− | | | + | | 0x00000000 |
− | | | + | | 0x00000000 |
− | | | + | | 1 byte |
− | | | + | | 0xE0 |
− | | | + | | The length of the part definition, including zeroes after it and itself <br /> |
+ | 0x20: 0x40: 8 bytes, 0xC0: 10 bytes, 0x60: 12 bytes, 0xE0: 14 bytes | ||
|- | |- | ||
− | | | + | | Part size |
− | | | + | | 0x00000001 |
− | | | + | | 0x00000001 |
− | | | + | | 1 bytes |
− | | | + | | 0x40 |
− | | | + | | Offsets , these repeat <number of files> times |
|} | |} | ||
[[Category:Translations]] | [[Category:Translations]] |
Revision as of 09:45, 26 October 2007
Notifications
Offset | Screenshot | Identified text | Translation |
---|---|---|---|
002607A0 | プレイヤーを選択してください。 | Select player. | |
00260E80 |
ロード中です・・・ |
Loading... Don't turn off the power. | |
00261488 |
セーブ中です・・・ |
Saving... Don't turn off the power. | |
00261A90 |
データを消去しています・・・ |
Erasing data... Don't turn off the power. | |
00262098 |
解答中のデータを消去 |
Erasing unfinished puzzle data... Don't turn off the power. | |
002626A0 |
初期化しています・・・ |
Setting up... Don't turn off the power. | |
00262CA8 |
データを読み込めませんでした |
Data could not be read. Turn off the power and re-insert card. | |
002632B0 |
データを書けませんでした |
Data could not be written. Turn off the power and re-insert card. | |
002638B8 |
準備しています |
Preparing... Don't turn off the power. | |
00263EC0 |
データが壊れています |
Data corrupted. Touch screen or press the A Button to initialize. | |
002644C8 |
準備しています |
Preparing... Don't turn off the power. | |
00264AD0 |
準備しています |
Preparing... Don't turn off the power. |
Dialogs
Offset | Screenshot | Identified text | Translation |
---|---|---|---|
002650D8 | 解答中のデータは 消去されますが よろしいですか? |
The puzzle in progress will be lost. Continue? | |
002656E0 | 現在解答中のデータ、 これまでの解答済みデータ、 全てのデータを消去します よろしいですか? |
Current puzzle progress and all previous solutions will be erased. Continue? | |
00265CE8 | 段位を初期化して よろしいですか? |
Reset rank? | |
002662F0 | パズルの解答中にカーソルを 表示しますか? ※ペンのみでプレイする方は 「いいえ」を選択してください。 |
Show cursor when solving a puzzle? (To play with just the pen, select 'No') |
Tutorials
Slitherlink explanation
Offset | Screenshot | Identified text | Translation |
---|---|---|---|
0032CF9C | |||
0032D4E4 | |||
0032DA2C | |||
0032DF74 | |||
0032E4BC | |||
0032EA04 | |||
0032EF4C |
Filetypes
RCEP
Note: This is a work in progress!
Field | Start | End | Size | Example | Description |
---|---|---|---|---|---|
Magic stamp | 0x00000000 | 0x00000003 | 4 bytes | "RCEP" | Magic stamp. |
Number of buttons | 0x00000004 | 0x0000000F | 2 bytes | 0x0003 | Number of buttons included |
Button offsets | 0x00000008 | 0x0000000B | 8 bytes | 0x000000E0 | Offsets , these repeat <number of buttons> times |
Field | Start | End | Size | Example | Description |
---|---|---|---|---|---|
Length of part-definition | 0x00000000 | 0x00000000 | 1 byte | 0xE0 | The length of the part definition, including zeroes after it and itself 0x20: 0x40: 8 bytes, 0xC0: 10 bytes, 0x60: 12 bytes, 0xE0: 14 bytes |
Part size | 0x00000001 | 0x00000001 | 1 bytes | 0x40 | Offsets , these repeat <number of files> times |