Skip to content

Treasure map names and metadata#12

Open
eakeys wants to merge 9 commits into
DQIX:mainfrom
eakeys:grotto2
Open

Treasure map names and metadata#12
eakeys wants to merge 9 commits into
DQIX:mainfrom
eakeys:grotto2

Conversation

@eakeys

@eakeys eakeys commented May 12, 2026

Copy link
Copy Markdown
Contributor

Here are some more treasure map related functions: first, the functions that generate the basic metadata - environ, number of floors etc - for regular maps. (It turns out most of the parameters here get read from a binary file, so this was harder to find than I was expecting)

Second, a few functions that generate/store the names of maps. Here the behaviour is very different in the two supported versions. Both versions build with correct assembly, but I'm a bit iffy about the purpose of char buffers & string manipulation functions for the Japanese version.

Speaking of different versions, I had some trouble with the mangler script, as it was compiling the input file without #defining either usa or jpn, so I've modified it to allow passing the version (defaults to usa if unspecified). I also updated it to use the more lightweight wibo tool (which the build script downloads) instead of wine on linux, as I was getting some pretty bad stuttering any time I used it there. It's probably worth checking it still works on machines other than my own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant