mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add more to Celadon University
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!
This commit is contained in:
parent
c243548fc4
commit
0b65243c75
11 changed files with 176 additions and 20 deletions
|
|
@ -778,6 +778,15 @@
|
|||
const_skip 8
|
||||
const EVENT_BEAT_ARTICUNO
|
||||
|
||||
; Celadon University events
|
||||
const_next $9E0
|
||||
const_skip
|
||||
const_skip
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_0
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_1
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_2
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_3
|
||||
|
||||
; End of events
|
||||
const_next $A00
|
||||
DEF NUM_EVENTS EQU const_value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue