-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
533 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# SDB2TXT | ||
Digimon World DS text dumper | ||
|
||
Program used to dump the SDB files of 'Digimon World DS' to TXT files. | ||
|
||
### Usage | ||
```sh | ||
$ sdb2txt [input.sdb] [output.txt] | ||
``` | ||
|
||
License | ||
---- | ||
|
||
Creative Commons — CC0 1.0 Universal | ||
|
||
Contact | ||
---- | ||
To contact the original creator, you can send an email to 'alexpowerup(at)hotmail(dot)com' or you can contact him too at ElOtroLado.net, sending a PM to "Alexpowerup". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<-EN-> | ||
0x00 = Character name (0xEDFF) | ||
0x01 = Alpha (0x2E00) | ||
0x02 = Beta (0x2F00) | ||
0x03 = Gamma (0x4A00) | ||
0x04 = Delta (0x4B00) | ||
0x05 = Epsilon (0x4C00) | ||
0x06 = Star (0x2200) | ||
0x07 = Symbol 24 (0x2400) | ||
0x08 = Symbol 25 (0x2500) | ||
0x09 = Symbol 33 (0x3300) | ||
0x0A = Identifier 0 (0xF0FF) | ||
0x0B = Identifier 1 (0xF1FF) | ||
0x0C = Identifier 2 (0xF2FF) | ||
0x0D = "Mote" (0xECFF) | ||
0x0E = "..." (0x1c00) | ||
0x0F = Red text (0xEEFF) | ||
0x10 = String's end (0xFFFF) | ||
0x11 = Another color (unknown) (0xE9FF) | ||
0x12 = Color used in credits (0xEFFF) | ||
0x13 = Unknown (0x1000) | ||
0x15 = String's end (another) (0xFEFF) | ||
0xAC = New line (0xEDFF) | ||
|
||
--------------------------- | ||
|
||
<-SP-> | ||
0x00 = Nombre del jugador (0xEDFF) | ||
0x01 = Alpha (0x2E00) | ||
0x02 = Beta (0x2F00) | ||
0x03 = Gamma (0x4A00) | ||
0x04 = Delta (0x4B00) | ||
0x05 = Epsilon (0x4C00) | ||
0x06 = Estrella (0x2200) | ||
0x07 = S�mbolo 24 (0x2400) | ||
0x08 = S�mbolo 25 (0x2500) | ||
0x09 = S�mbolo 33 (0x3300) | ||
0x0A = Identificador 0 (0xF0FF) | ||
0x0B = Identificador 1 (0xF1FF) | ||
0x0C = Identificador 2 (0XF2FF) | ||
0x0D = Mote (0xECFF) | ||
0x0E = Puntos suspensivos (0x1C00) | ||
0x0F = Rojo (0xEEFF) | ||
0x10 = Fin de canena (0xFFFF) | ||
0x11 = Otro color (desconocido) (0xE9FF) | ||
0x12 = Color usado en cr�ditos (0xEFFF) | ||
0x13 = Ni idea (0x1000) | ||
0x15 = Fin de cadena (otro tipo) (0xFEFF) | ||
0xAC = Bajar una l�nea en el texto (0xEDFF) |
Oops, something went wrong.
8faa533
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to see that the very first program I did when i began coding is useful for more people. I lost the source code of TXT2SDB but it's just the same in reverse.
Now when I see this coding it makes me puke. Why did I programmed it in that way and took that shitty design with the file writing and also that stupid management with the characters? I think this tool is not useful anymore so I'm not reprogramming this again, but it's beautiful to see it helps some people to start programming and all the stuff.
8faa533
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexpowerup Well I found it on my old Romhacking tools folder and I felt like it was nice to share it, even if it isn't my tool or source, but it's really simple to understand in my opinion.
8faa533
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Areidz That's what matters. BTW it's nice to know about you again, Rigle :)