Secret Place: a Lagoon fansite

SCRIPT

Using a copy of the ROM, it's possible to extract all text from a game. The text includes item names, dialogue, etc. I did this with the SNES Lagoon and put it in a file.

View the script

Notes

-Because it came directly from the ROM, the script isn't formatted for order. So the dialogue will be there but not necessarily in the order it appears chronologically in the game, or anything (it's the same order as it's stored in the cartridge.)

-In some places in the script is the tag {var}. I put the tag there when the script references game data, rather than literal text, if you see it you'll know what I mean.

-To get the script I made a translation table to map the characters. The table is in Thingy format, &it could be useful for someone looking into translating the game. Click here to see the table.

-The script was taken from offsets 0x20400 to 0x27F0D, but there was some extra binary data in the middle, i left it out from the file above. This could be text data too, that needs a different table? (i'm curious, if anyone knows please let me know)