Martin Griffin

Results 5 issues of Martin Griffin

Fairly often we get people in #pokeemerald who wonder why their new tiles aren't displaying correctly, and it's often the `-num_tiles` in `graphics_file_rules.mk`. This change makes `gbagix` emit a warning...

Multiple related changes aimed at making TMs and HMs easier to modify. In particular the aim is to get an error if you remove a move from the TM/HM list,...

We _definitely_ shouldn't name the functions `GetMonData` and `GetMonData2`, so this can't be merged without somebody coming up with a better suggestion. Also, Rose on Discord suggested having something that...

Hopefully these changes make it easier to understand what the UI code is doing at a glance. It's largely in preparation for the idea of compile-time checking for the base...

I'm in need of a `Grouping` instance for `Double`. I'm not particularly worried about what happens with the different representations of NaNs, or with negative zeros, so I think I...