pokecrystal/engine/menus
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
..
delete_save.asm Harmonize engine/menus with pokegold 2020-06-18 10:11:12 -04:00
empty_sram.asm Update to RGBDS 0.7.0 (#1101) 2024-01-03 10:58:53 -05:00
init_gender.asm Identify wCrystalData's content and rename memory locations accordingly (#1191) 2025-06-30 11:37:37 -04:00
intro_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
main_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
menu_2.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
naming_screen.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
options_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
save.asm Identify wCrystalData's content and rename memory locations accordingly (#1191) 2025-06-30 11:37:37 -04:00
savemenu_copytilemapatonce.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
scrolling_menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
start_menu.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
trainer_card.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00