Difference between revisions of "Slitherlink Translation"
From WikiTemp, the GBAtemp wiki
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
+ | |||
+ | |||
== Notifications == | == Notifications == | ||
Line 169: | Line 171: | ||
|} | |} | ||
+ | = Filetypes = | ||
+ | == RCEP == | ||
+ | {| class="fileformats" width="100%" border="1" align="center" | ||
+ | |+ RNAN section | ||
+ | ! Field | ||
+ | ! Start | ||
+ | ! End | ||
+ | ! Size | ||
+ | ! Example | ||
+ | ! Description | ||
+ | | Magic stamp | ||
+ | | 0x00000000 | ||
+ | | 0x00000003 | ||
+ | | 4 bytes | ||
+ | | "RNAN" | ||
+ | | Magic stamp. "Nintendo ANimation Resource" reversed<br /> | ||
+ | |- | ||
+ | | Unknown constant | ||
+ | | 0x00000004 | ||
+ | | 0x00000007 | ||
+ | | 4 bytes | ||
+ | | 0x0100FEFF | ||
+ | | This always appears with this value | ||
+ | |- | ||
+ | | Section size | ||
+ | | 0x00000008 | ||
+ | | 0x0000000B | ||
+ | | 4 bytes | ||
+ | | 0x000001E3 | ||
+ | | Size of this section always matches with file size (includes header)<br /> | ||
+ | |- | ||
+ | | Header size | ||
+ | | 0x0000000C | ||
+ | | 0x0000000D | ||
+ | | 2 bytes | ||
+ | | 0x0010 | ||
+ | | This is going to be always 0x0010, because size of the header is always the same | ||
+ | |- | ||
+ | | Number of sections | ||
+ | | 0x0000000E | ||
+ | | 0x0000000F | ||
+ | | 2 bytes | ||
+ | | 0x0003 | ||
+ | | Number of sections included inside "RNAN" section | ||
+ | |} | ||
[[Category:Translations]] | [[Category:Translations]] |
Revision as of 21:36, 25 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
Field | Start | End | Size | Example | Description | Magic stamp | 0x00000000 | 0x00000003 | 4 bytes | "RNAN" | Magic stamp. "Nintendo ANimation Resource" reversed |
---|---|---|---|---|---|---|---|---|---|---|---|
Unknown constant | 0x00000004 | 0x00000007 | 4 bytes | 0x0100FEFF | This always appears with this value | ||||||
Section size | 0x00000008 | 0x0000000B | 4 bytes | 0x000001E3 | Size of this section always matches with file size (includes header) | ||||||
Header size | 0x0000000C | 0x0000000D | 2 bytes | 0x0010 | This is going to be always 0x0010, because size of the header is always the same | ||||||
Number of sections | 0x0000000E | 0x0000000F | 2 bytes | 0x0003 | Number of sections included inside "RNAN" section |