mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge branch 'master' of https://github.com/plaguevonkarma/kep-hack
This commit is contained in:
commit
e02394e8d2
28 changed files with 484 additions and 35 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