GriffinR

Results 100 issues of GriffinR

Add constants for the values in `BattleScript_ArenaDoJudgment` and the judgement icon frames. Also added an explicit size to `sMindRatings` so that every move doesn't need to be listed.

Moves the constants that were scattered among data in `party_menu.h` to the top of `party_menu.c`. Also: - Adds missing tile/palette tag constant and field names for held item graphics -...

- Split `menu.pal` into separate files - Split `cursor.png`, `rwindow.png`, and `roptions.png` into separate files - Use the correct palettes for the image files - `unused.pal` -> `rival.pal` - `sPageColumnXPos`...

Sync field name from pokefirered. Signature more accurately describes its usage (verifying whether a sector is properly non-empty). "File" signature might also be too generic/misleading, because the signature is repeated...

These are both breaking changes for Porymap, do not merge until a new version is released that supports this. - Move the region map layout from a .bin file to...

Currently constants for the distribution of wild Pokémon are generated from [data in wild_encounters.json](https://github.com/pret/pokeemerald/blob/master/src/data/wild_encounters.json#L8-L28) and written [by the inja template to wild_encounters.h](https://github.com/pret/pokeemerald/blob/master/src/data/wild_encounters.json.txt#L9-L18). Because this file contains data it can't be...

This issue is for tracking a few potential improvements that haven't been made because they would require changes to Porymap. This way if it's decided one breaking change should be...

Waiting on https://github.com/huderlem/porymap/pull/439

Adds a union to `ObjectEventTemplate` for accessing fields used differently by "connection clones", a type of object event that stores the local id and map of an object from a...

- Use the single-line comparison script syntax (e.g. `goto_if_eq VAR, value, Script`) - Drop a number of optional arguments from script commands, including the 'no warp id' indicator from warp...