Skip to content

Commit

Permalink
Player and Rival house layouts better match v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Nov 3, 2018
1 parent 5ccdfde commit 77f2d4f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions constants/map_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ ENDM
mapconst ROUTE_23, 72, 10 ; $22
mapconst ROUTE_24, 18, 10 ; $23
mapconst ROUTE_25, 9, 30 ; $24
mapconst REDS_HOUSE_1F, 4, 7 ; $25
mapconst REDS_HOUSE_1F, 4, 4 ; $25
mapconst REDS_HOUSE_2F, 4, 4 ; $26
mapconst BLUES_HOUSE, 4, 7 ; $27
mapconst BLUES_HOUSE, 4, 4 ; $27
mapconst OAKS_LAB, 6, 5 ; $28
mapconst VIRIDIAN_POKECENTER, 4, 7 ; $29
mapconst VIRIDIAN_MART, 4, 4 ; $2A
Expand Down
10 changes: 5 additions & 5 deletions data/mapObjects/BluesHouse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ BluesHouseObject:
db $4 ; signs
db $1, $0, $4 ; Stove
db $1, $1, $5 ; Sink
db $1, $4, $6 ; Fridge
db $1, $9, $7 ; TV
db $1, $2, $6 ; Fridge
db $1, $5, $7 ; TV

db $3 ; objects
object SPRITE_DAISY, $8, $4, $FF, $D3, $1 ; Daisy, sitting by map
object SPRITE_DAISY, $3, $2, $FE, $1, $2, $0 ; Daisy, walking around
object SPRITE_TOWN_MAP, $9, $4, $FF, $FF, $3, $0 ; map on table
object SPRITE_DAISY, $2, $4, $FF, $D3, $1 ; Daisy, sitting by map
object SPRITE_DAISY, $2, $2, $FE, $1, $2, $0 ; Daisy, walking around
object SPRITE_TOWN_MAP, $3, $4, $FF, $FF, $3, $0 ; map on table

; warp-to
EVENT_DISP BLUES_HOUSE_WIDTH, $7, $2
Expand Down
10 changes: 5 additions & 5 deletions data/mapObjects/RedsHouse1F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ RedsHouse1FObject:
db $3 ; warps
db $7, $2, $0, $FF ; exit1
db $7, $3, $0, $FF ; exit2
db $0, $D, $0, REDS_HOUSE_2F ; staircase
db $0, $7, $0, REDS_HOUSE_2F ; staircase

db $4 ; signs
db $1, $9, $2 ; TV
db $1, $4, $3 ; Fridge
db $1, $5, $2 ; TV
db $1, $2, $3 ; Fridge
db $1, $0, $4 ; Stove
db $1, $1, $5 ; Sink

db $1 ; objects
object SPRITE_MOM, $B, $4, $FF, $D2, $1 ; Mom
object SPRITE_MOM, $5, $4, $FF, $D2, $1 ; Mom

; warp-to
EVENT_DISP REDS_HOUSE_1F_WIDTH, $7, $2
EVENT_DISP REDS_HOUSE_1F_WIDTH, $7, $3
EVENT_DISP REDS_HOUSE_1F_WIDTH, $0, $D
EVENT_DISP REDS_HOUSE_1F_WIDTH, $0, $7
Binary file modified gfx/blocksets/reds_house.bst
Binary file not shown.
2 changes: 1 addition & 1 deletion maps/BluesHouse.blk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
   
  !
2 changes: 1 addition & 1 deletion maps/RedsHouse1F.blk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
  
 !

0 comments on commit 77f2d4f

Please sign in to comment.