kep-hack/home
May Evans bd23dfa61e Many, many tweaks (Move Relearner!)
- Move Deleter and Move Relearner are added, featuring updated code from Shin Pokered, which took the code from Mateo's Red++ hack. They replace the Trader in Celadon University. The code has been updated quite a bit to fit the modern standards of pokered.
- The Trader has been moved to the trade room in Cinnabar Lab, which is thematically appropriate.
- Eevee's L1 learnset now appropriately features Tail Whip; this was a mistake made by Martha when porting Yellow learnsets.
- Fast Text cursor slot is fixed
- New ROM Bank stores the new maps as it got full when adding the move relearner/deleter - Maps 21 will still have space though.
- WRAM has been fiddled with, please please read the notes if you edit the Move Relearner area, it needs quite a bit of space.
- Wild data for Mt. Moon and Route 22 has been tweaked a little bit.
2023-04-02 19:56:44 +01:00
..
array.asm Move all code out of home.asm into home/ 2020-07-07 19:43:11 -04:00
array2.asm
audio.asm
bankswitch.asm
clear_sprites.asm
compare.asm
copy.asm
copy2.asm
copy_string.asm
count_set_bits.asm
delay.asm
fade.asm
fade_audio.asm
give.asm
header.asm
hidden_objects.asm
init.asm
inventory.asm
item.asm
item_price.asm
joypad.asm
joypad2.asm
lcd.asm Use ~X instead of $ff ^ X 2021-11-23 21:00:07 -05:00
list_menu.asm
load_font.asm
map_objects.asm
math.asm Sync home and macro code with pokeyellow 2020-11-05 10:50:30 -05:00
money.asm
move_mon.asm
names.asm Specify the ldh instruction, don't turn ld into ldh 2020-07-06 19:03:05 -04:00
names2.asm
npc_movement.asm
oam.asm
overworld.asm
overworld_text.asm
palettes.asm
pathfinding.asm
pics.asm Improving the picture system 2022-08-31 18:17:14 +01:00
pokemon.asm
predef.asm
predef_text.asm
print_bcd.asm
print_num.asm
print_text.asm
random.asm
reload_sprites.asm
reload_tiles.asm
reset_player_sprite.asm
serial.asm
start.asm Sync home and macro code with pokeyellow 2020-11-05 10:50:30 -05:00
start_menu.asm
text.asm fixing a few small bugs 2022-09-28 10:46:42 +01:00
text_script.asm
textbox.asm
tilemap.asm
timer.asm remove address comments 2016-06-11 17:24:04 -07:00
trainers.asm
trainers2.asm
uncompress.asm
update_sprites.asm
vblank.asm
vcopy.asm
window.asm
yes_no.asm