pokecrystal/engine/pokemon
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
..
bills_pc_top.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
bills_pc.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
breeding.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
breedmon_level_growth.asm
caught_data.asm
correct_nick_errors.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
correct_party_errors.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
european_mail.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
evolve.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
experience.asm
health.asm
knows_move.asm
learn.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
level_up_happiness.asm
mail_2.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mail.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mon_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mon_stats.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mon_submenu.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
move_mon_wo_mail.asm
move_mon.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
party_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
print_move_description.asm
search_owned.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
search_party.asm
stats_screen.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
switchpartymons.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
tempmon.asm
types.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00