mirror of
https://github.com/pret/pokecrystal.git
synced 2026-08-05 02:37:51 -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`
|
||
|---|---|---|
| .. | ||
| bills_pc_top.asm | ||
| bills_pc.asm | ||
| breeding.asm | ||
| breedmon_level_growth.asm | ||
| caught_data.asm | ||
| correct_nick_errors.asm | ||
| correct_party_errors.asm | ||
| european_mail.asm | ||
| evolve.asm | ||
| experience.asm | ||
| health.asm | ||
| knows_move.asm | ||
| learn.asm | ||
| level_up_happiness.asm | ||
| mail_2.asm | ||
| mail.asm | ||
| mon_menu.asm | ||
| mon_stats.asm | ||
| mon_submenu.asm | ||
| move_mon_wo_mail.asm | ||
| move_mon.asm | ||
| party_menu.asm | ||
| print_move_description.asm | ||
| search_owned.asm | ||
| search_party.asm | ||
| stats_screen.asm | ||
| switchpartymons.asm | ||
| tempmon.asm | ||
| types.asm | ||