pokecrystal/engine/events/bug_contest
Rangi a55bc33d67
Some checks are pending
CI / build (push) Waiting to run
Use features of RGBDS 1.0.0 (#1204)
- 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`
2025-11-12 15:43:54 -05:00
..
caught_mon.asm Rename some labels 2020-12-23 16:29:30 -05:00
contest_2.asm Remove a documented bug that's not really a bug 2018-07-26 23:34:05 +02:00
contest.asm Use numeric constants in text strings with "{d:interpolation}" 2021-03-21 18:14:31 -04:00
display_stats.asm Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:05 +01:00
judging.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00