pokecrystal/home
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
..
array.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
audio.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
battle_vars.asm Don't pass redundant label names to table_width and list_start (#1160) 2024-12-27 12:35:35 -05:00
battle.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
call_regs.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
clear_sprites.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
compare.asm StringCmp → CompareBytes; CompareLong → CompareBytesLong 2018-07-23 00:25:53 -04:00
copy_name.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
copy_tilemap.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
copy.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
decompress.asm Bit 7 of wJumptableIndex is often JUMPTABLE_EXIT_F 2024-12-02 12:16:30 -05:00
delay.asm Require rgbds 0.6.0 2022-10-02 22:03:53 -04:00
double_speed.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
fade.asm Replace "Unreferenced" labels with "; unreferenced" comments 2020-06-21 16:27:43 -04:00
farcall.asm Rename some labels 2020-12-23 16:29:30 -05:00
flag.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
game_time.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
gfx.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
header.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
hm_moves.asm Remove all address comments 2018-06-24 16:13:22 +02:00
init.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
item.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
joypad.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
lcd.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
map_objects.asm Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078) 2024-01-07 14:51:27 +01:00
map.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
math.asm Replace "Unreferenced" labels with "; unreferenced" comments 2020-06-21 16:27:43 -04:00
menu.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
mobile.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
movement.asm Identify the remaining (non-mobile) uses of another WRAM union 2020-10-29 14:51:41 -04:00
names.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
palettes.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
pokedex_flags.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
pokemon.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
predef.asm Rename some labels 2020-12-23 16:29:30 -05:00
print_bcd.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
print_text.asm Update hardware.inc to 5.1.0 2025-06-30 12:47:36 -04:00
printer.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
queue_script.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
random.asm Rename some labels 2020-12-23 16:29:30 -05:00
region.asm Identify some more unnamed labels 2020-10-04 20:10:39 -04:00
scrolling_menu.asm Use combined joypad masks 2025-06-30 12:47:36 -04:00
serial.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
sine.asm Comment more ROM labels as unreferenced 2020-06-21 18:33:31 -04:00
sprite_anims.asm Rename some labels 2020-12-23 16:29:30 -05:00
sprite_updates.asm Rename wVramState to wStateFlags and use flag constants (#1078) 2024-01-07 14:27:22 +01:00
sram.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
stone_queue.asm Improve some innacurate function names, labels, and comments (#1078) 2024-01-07 13:36:28 +01:00
string.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
text.asm Use features of RGBDS 1.0.0 (#1204) 2025-11-12 15:43:54 -05:00
tilemap.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
time_palettes.asm Rename wVramState to wStateFlags and use flag constants (#1078) 2024-01-07 14:27:22 +01:00
time.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
trainers.asm Relabel some map_object struct fields (#1029) 2023-01-03 22:16:08 -05:00
vblank.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
video.asm Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#1186) 2025-06-23 09:11:33 -04:00
window.asm more accurate script names: refreshscreen -> reanchormap, and reloadmappart -> refreshmap (#1078) 2024-01-07 14:37:46 +01:00