mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

This adds; - Text and stuff on the interior to add some really nice worldbuilding - Trainers outside that you can fight with repeatedly. The trainers need yes/no menus but I can't figure it out for the life of me. If anyone can do it, lemme know!
14 lines
426 B
NASM
14 lines
426 B
NASM
CeladonUniversityOutside_Object:
|
|
db $f ; border block
|
|
|
|
def_warp_events
|
|
warp_event 20, 13, CELADON_UNIVERSITY_INSIDE, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 19, 30, SPRITE_COOLTRAINER_F, STAY, RIGHT, 1, OPP_JR_TRAINER_F, 3
|
|
object_event 22, 26, SPRITE_SUPER_NERD, STAY, LEFT, 2, OPP_SUPER_NERD, 6
|
|
object_event 9, 6, SPRITE_BALDING_GUY, STAY, DOWN, 3, OPP_ENGINEER, 1
|
|
|
|
def_warps_to CELADON_UNIVERSITY_OUTSIDE |