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
array2.asm
audio.asm Use the same music headers as pokecrystal (#382) 2022-08-11 21:23:08 -04:00
bankswitch.asm
clear_sprites.asm
compare.asm
copy.asm expanded Pokemon size 2022-08-31 20:47:02 -06:00
copy2.asm expanded Pokemon size 2022-08-31 20:47:02 -06:00
copy_string.asm
count_set_bits.asm
delay.asm Use the same music headers as pokecrystal (#382) 2022-08-11 21:23:08 -04:00
fade.asm
fade_audio.asm Move all code out of home.asm into home/ 2020-07-07 19:43:11 -04:00
give.asm
header.asm
hidden_objects.asm
init.asm
inventory.asm
item.asm
item_price.asm
joypad.asm Sync more with pokeyellow 2020-11-05 13:23:57 -05:00
joypad2.asm Move all code out of home.asm into home/ 2020-07-07 19:43:11 -04:00
lcd.asm
list_menu.asm Many, many tweaks (Move Relearner!) 2023-04-02 19:56:44 +01:00
load_font.asm Move all code out of home.asm into home/ 2020-07-07 19:43:11 -04:00
map_objects.asm
math.asm
money.asm
move_mon.asm
names.asm
names2.asm Pikachu/Eevee Mode Part 2 2023-03-28 19:07:51 +01:00
npc_movement.asm
oam.asm
overworld.asm Running Shoes and 30 Item Bag 2022-09-27 16:55:15 -06:00
overworld_text.asm Talk to Use Cut. Strength and Surf 2022-09-07 17:09:12 -06:00
palettes.asm
pathfinding.asm
pics.asm Improving the picture system 2022-08-31 18:17:14 +01:00
pokemon.asm Adding a stable MissingNo, and fixing a few minor things 2022-10-31 23:09:41 +00:00
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
start_menu.asm
text.asm fixing a few small bugs 2022-09-28 10:46:42 +01:00
text_script.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
textbox.asm
tilemap.asm Move all code out of home.asm into home/ 2020-07-07 19:43:11 -04:00
timer.asm
trainers.asm LOTS of things 2023-02-19 06:25:33 +00:00
trainers2.asm
uncompress.asm lots of bug fixes 2022-08-31 15:18:16 +01:00
update_sprites.asm more bug fixes 2022-08-31 15:28:36 +01:00
vblank.asm more bug fixes 2022-08-31 15:28:36 +01:00
vcopy.asm
window.asm
yes_no.asm