mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add trainers to Celadon University, add two new salesmen, etc
Overall completes Celadon University sans a problem with sprites being a bit corrupted until you leave. New Magikarp Salesman-esque events in other pokecenters which is kinda neat
This commit is contained in:
parent
89bb05b2dc
commit
19d5f2293c
27 changed files with 478 additions and 30 deletions
|
|
@ -786,6 +786,8 @@
|
|||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_1
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_2
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_3
|
||||
const EVENT_BOUGHT_CUBONE
|
||||
const EVENT_BOUGHT_DITTO
|
||||
|
||||
; Cinnabar Volcano events
|
||||
const_next $9F0
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ DEF FIRST_INDOOR_MAP EQU const_value
|
|||
mapconst COLOSSEUM, 4, 5 ; $F0
|
||||
mapconst CELADON_UNIVERSITY_OUTSIDE, 20, 21 ; $F1 - was UNUSED_MAP_F1
|
||||
mapconst CELADON_UNIVERSITY_INSIDE, 10, 11 ; $F2 - was UNUSED_MAP_F2
|
||||
mapconst UNUSED_MAP_F3, 0, 0 ; $F3
|
||||
mapconst CELADON_UNIVERSITY_POKECENTER, 4, 7 ; $F3 - was UNUSED_MAP_F3
|
||||
mapconst UNUSED_MAP_F4, 0, 0 ; $F4
|
||||
mapconst LORELEIS_ROOM, 6, 5 ; $F5
|
||||
mapconst BRUNOS_ROOM, 6, 5 ; $F6
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
const SPRITE_FISHER ; $2f
|
||||
const SPRITE_KOGA ; $30
|
||||
const SPRITE_GUARD ; $31
|
||||
const SPRITE_UNUSED_GUARD ; $32
|
||||
const SPRITE_FAKE_TREE ; $32 - fake tree
|
||||
const SPRITE_MOM ; $33
|
||||
const SPRITE_BALDING_GUY ; $34
|
||||
const SPRITE_LITTLE_BOY ; $35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue