mirror of
https://github.com/pret/pokecrystal.git
synced 2026-03-26 20:14:56 -05:00
|
Some checks are pending
CI / build (push) Waiting to run
- Use single-quoted character literals or `CHARVAL` when you need
a character's numeric value; using strings as numbers is deprecated
- Use `?` to silence a node in warning/error location backtraces
- Use `===` and `!==` instead of `STRCMP`, and `++` instead of `STRCAT`
- Use `__SCOPE__` instead of checking for `..` and `.` separately
- Use `#string` instead of `"{string}"`
- All programs (rgbasm, rgblink, rgbfix, rgbgfx) support `-W` warnings
- `rgbgfx --colors dmg` is short for `rgbgfx --colors dmg=e4`
|
||
|---|---|---|
| .. | ||
| attributes.asm | ||
| blocks.asm | ||
| environment_colors.asm | ||
| flypoints.asm | ||
| landmarks.asm | ||
| map_data.asm | ||
| maps.asm | ||
| outdoor_sprites.asm | ||
| roofs.asm | ||
| scenes.asm | ||
| scripts.asm | ||
| setup_script_pointers.asm | ||
| setup_scripts.asm | ||
| sgb_roof_pal_inds.asm | ||
| spawn_points.asm | ||