pokecrystal/home
Rangi 58b377f25b Fix #709 miscellaneous issues 2020-04-16 09:30:50 -04:00
..
array.asm
audio.asm
battle.asm Fix some comments and whitespace 2020-02-26 08:41:12 -05:00
battle_vars.asm
call_regs.asm
clear_sprites.asm Remove all address comments 2018-06-24 16:13:22 +02:00
compare.asm StringCmp → CompareBytes; CompareLong → CompareBytesLong 2018-07-23 00:25:53 -04:00
copy.asm hStackBank -> hTempBank 2020-04-06 13:02:23 -04:00
copy_name.asm
copy_tilemap.asm
decompress.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
delay.asm
double_speed.asm
fade.asm
farcall.asm hStackBank -> hTempBank 2020-04-06 13:02:23 -04:00
flag.asm
game_time.asm
gfx.asm hStackBank -> hTempBank 2020-04-06 13:02:23 -04:00
header.asm Ensure that the cartridge header is patched over all $00s, and comment on the entry point format 2020-04-06 14:44:07 -04:00
hm_moves.asm
init.asm Make the map setup commands match the actual function names better 2019-11-18 18:21:57 +01:00
item.asm
joypad.asm Fix #709 miscellaneous issues 2020-04-16 09:30:50 -04:00
lcd.asm
map.asm hStackBank -> hTempBank 2020-04-06 13:02:23 -04:00
map_objects.asm
math.asm
menu.asm Fix #709 miscellaneous issues 2020-04-16 09:30:50 -04:00
mobile.asm Standardize on lowercase Tilemap and Attrmap 2020-02-13 18:31:10 +01:00
movement.asm
names.asm
palettes.asm
pokedex_flags.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
pokemon.asm Identify remaining gfx/unknown files 2020-02-28 09:23:41 -05:00
predef.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
print_bcd.asm
print_text.asm hStackBank -> hTempBank 2020-04-06 13:02:23 -04:00
printer.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
queue_script.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
random.asm
region.asm Add a `LANDMARK_` prefix to landmark constants 2020-03-15 19:50:39 -04:00
scrolling_menu.asm
serial.asm Standardize on lowercase Tilemap and Attrmap 2020-02-13 18:31:10 +01:00
sine.asm
sprite_anims.asm
sprite_updates.asm Use labels instead of constants for HRAM 2018-08-25 14:28:22 -04:00
sram.asm Remove all address comments 2018-06-24 16:13:22 +02:00
stone_queue.asm
string.asm
text.asm Standardize on lowercase Tilemap and Attrmap 2020-02-13 18:31:10 +01:00
tilemap.asm
time.asm
time_palettes.asm Small home/ reorganization 2020-02-22 00:23:47 +01:00
trainers.asm Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH 2019-11-03 12:26:38 -05:00
vblank.asm Miscellaneous fixes: 2020-04-04 15:43:10 -04:00
video.asm
window.asm