Hejsil / pokemon-randomizer

A Pokémon Rom randomizer tool written in Zig
The Unlicense
13 stars 0 forks source link

Reading NARC file system #17

Closed Hejsil closed 6 years ago

Hejsil commented 6 years ago

I wanted to get gen5 trainer randomization done in this branch, but Zig changed since then, so I want the syntax updated into master as soon as possible.

In this PR we do:

Notes: On Windows, writing back to disk is really slow. I'm guessing this is because of my file access write patterns. Let's see if we can find a way to profile Zig programs on Windows to find the bottleneck (I guess this requires llvm6).