mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +13:00
Fewer underscores in constants
This commit is contained in:
parent
4c5c791264
commit
351146024b
39 changed files with 92 additions and 92 deletions
|
|
@ -19,9 +19,9 @@ RockTunnel1Object: ; 0x445f6 (size=127)
|
|||
object SPRITE_HIKER, $5, $10, STAY, DOWN, $2, OPP_HIKER, $d
|
||||
object SPRITE_HIKER, $11, $f, STAY, LEFT, $3, OPP_HIKER, $e
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $17, $8, STAY, LEFT, $4, OPP_POKEMANIAC, $7
|
||||
object SPRITE_LASS, $25, $15, STAY, LEFT, $5, OPP_JR__TRAINER_F, $11
|
||||
object SPRITE_LASS, $16, $18, STAY, DOWN, $6, OPP_JR__TRAINER_F, $12
|
||||
object SPRITE_LASS, $20, $18, STAY, RIGHT, $7, OPP_JR__TRAINER_F, $13
|
||||
object SPRITE_LASS, $25, $15, STAY, LEFT, $5, OPP_JR_TRAINER_F, $11
|
||||
object SPRITE_LASS, $16, $18, STAY, DOWN, $6, OPP_JR_TRAINER_F, $12
|
||||
object SPRITE_LASS, $20, $18, STAY, RIGHT, $7, OPP_JR_TRAINER_F, $13
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP ROCK_TUNNEL_1_WIDTH, $3, $f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue