mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- 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.
17 lines
464 B
NASM
17 lines
464 B
NASM
CinnabarLabTradeRoom_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, CINNABAR_LAB, 3
|
|
warp_event 3, 7, CINNABAR_LAB, 3
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 2, SPRITE_SUPER_NERD, STAY, DOWN, 1 ; person
|
|
object_event 1, 4, SPRITE_GRAMPS, STAY, NONE, 2 ; person
|
|
object_event 5, 5, SPRITE_BEAUTY, STAY, UP, 3 ; person
|
|
object_event 3, 5, SPRITE_GAMEBOY_KID, STAY, DOWN, 4 ; Trader
|
|
|
|
def_warps_to CINNABAR_LAB_TRADE_ROOM
|