pokecrystal/engine/link
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
..
init_list.asm Consistent labels for each nickname in RAM 2021-03-17 16:38:21 -04:00
link_2.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
link_trade.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
link.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mystery_gift_2.asm Correct macro for default Mystery Gift item (#1084) 2023-11-17 12:18:49 -06:00
mystery_gift.asm Update hardware.inc to 5.3.0 and use its new constants 2025-08-11 16:01:32 -04:00
place_waiting_text.asm TextBox -> Textbox 2019-04-09 16:09:18 +02:00
time_capsule_2.asm Add meaningful aliases for wd265 2018-07-29 00:25:52 -04:00
time_capsule.asm Rename some labels 2020-12-23 16:29:30 -05:00