mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
hex->dec
This commit is contained in:
parent
f64443a504
commit
faa41e743b
@ -4,50 +4,50 @@ CutTreeBlockPointers: ; c862
|
|||||||
dbw TILESET_JOHTO_2, .johto2
|
dbw TILESET_JOHTO_2, .johto2
|
||||||
dbw TILESET_KANTO, .kanto
|
dbw TILESET_KANTO, .kanto
|
||||||
dbw TILESET_PARK, .park
|
dbw TILESET_PARK, .park
|
||||||
dbw TILESET_ILEX_FOREST, .ilex
|
dbw TILESET_ILEX_FOREST, .ilex_forest
|
||||||
db -1
|
db -1 ; end
|
||||||
|
|
||||||
.johto1 ; Johto OW
|
.johto1:
|
||||||
|
; facing block, replacement block, animation
|
||||||
|
db $03, $02, 1 ; grass
|
||||||
|
db $5b, $3c, 0 ; tree
|
||||||
|
db $5f, $3d, 0 ; tree
|
||||||
|
db $63, $3f, 0 ; tree
|
||||||
|
db $67, $3e, 0 ; tree
|
||||||
|
db -1 ; end
|
||||||
|
|
||||||
|
.johto2:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $03, $02, $01 ; grass
|
db $03, $02, $01 ; grass
|
||||||
db $5b, $3c, $00 ; tree
|
db -1 ; end
|
||||||
db $5f, $3d, $00 ; tree
|
|
||||||
db $63, $3f, $00 ; tree
|
|
||||||
db $67, $3e, $00 ; tree
|
|
||||||
db -1
|
|
||||||
|
|
||||||
.johto2 ; Goldenrod area
|
.kanto:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $03, $02, $01 ; grass
|
db $0b, $0a, 1 ; grass
|
||||||
db -1
|
db $32, $6d, 0 ; tree
|
||||||
|
db $33, $6c, 0 ; tree
|
||||||
|
db $34, $6f, 0 ; tree
|
||||||
|
db $35, $4c, 0 ; tree
|
||||||
|
db $60, $6e, 0 ; tree
|
||||||
|
db -1 ; end
|
||||||
|
|
||||||
.kanto ; Kanto OW
|
.park:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $0b, $0a, $01 ; grass
|
db $13, $03, 1 ; grass
|
||||||
db $32, $6d, $00 ; tree
|
db $03, $04, 1 ; grass
|
||||||
db $33, $6c, $00 ; tree
|
db -1 ; end
|
||||||
db $34, $6f, $00 ; tree
|
|
||||||
db $35, $4c, $00 ; tree
|
|
||||||
db $60, $6e, $00 ; tree
|
|
||||||
db -1
|
|
||||||
|
|
||||||
.park ; National Park
|
.ilex_forest:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $13, $03, $01 ; grass
|
db $0f, $17, 0
|
||||||
db $03, $04, $01 ; grass
|
db -1 ; end
|
||||||
db -1
|
|
||||||
|
|
||||||
.ilex ; Ilex Forest
|
|
||||||
; facing block, replacement block, animation
|
|
||||||
db $0f, $17, $00
|
|
||||||
db -1
|
|
||||||
|
|
||||||
|
|
||||||
WhirlpoolBlockPointers: ; c8a4
|
WhirlpoolBlockPointers: ; c8a4
|
||||||
dbw TILESET_JOHTO_1, .johto
|
dbw TILESET_JOHTO_1, .johto
|
||||||
db -1
|
db -1 ; end
|
||||||
|
|
||||||
.johto ; c8a8
|
.johto:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $07, $36, $00
|
db $07, $36, 0
|
||||||
db -1
|
db -1 ; end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user