mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-31 08:39:19 +13:00
Fewer underscores in constants
This commit is contained in:
parent
4c5c791264
commit
351146024b
39 changed files with 92 additions and 92 deletions
|
|
@ -11,11 +11,11 @@ Route6Object: ; 0x58022 (size=87)
|
|||
db $f, $13, $7 ; Route6Text7
|
||||
|
||||
db $6 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $a, $15, STAY, RIGHT, $1, OPP_JR__TRAINER_M, $4
|
||||
object SPRITE_LASS, $b, $15, STAY, LEFT, $2, OPP_JR__TRAINER_F, $2
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $a, $15, STAY, RIGHT, $1, OPP_JR_TRAINER_M, $4
|
||||
object SPRITE_LASS, $b, $15, STAY, LEFT, $2, OPP_JR_TRAINER_F, $2
|
||||
object SPRITE_BUG_CATCHER, $0, $f, STAY, RIGHT, $3, OPP_BUG_CATCHER, $a
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $b, $1f, STAY, LEFT, $4, OPP_JR__TRAINER_M, $5
|
||||
object SPRITE_LASS, $b, $1e, STAY, LEFT, $5, OPP_JR__TRAINER_F, $3
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $b, $1f, STAY, LEFT, $4, OPP_JR_TRAINER_M, $5
|
||||
object SPRITE_LASS, $b, $1e, STAY, LEFT, $5, OPP_JR_TRAINER_F, $3
|
||||
object SPRITE_BUG_CATCHER, $13, $1a, STAY, LEFT, $6, OPP_BUG_CATCHER, $b
|
||||
|
||||
; warp-to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue