mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-15 01:26:40 +13:00
nihon cut fix
You need to input the replacement blocks and such when using cut! Same for whirlpool!
This commit is contained in:
parent
0089f7894b
commit
b51fbdf753
|
|
@ -6,6 +6,8 @@ CutTreeBlockPointers:
|
||||||
dbw TILESET_KANTO, .kanto
|
dbw TILESET_KANTO, .kanto
|
||||||
dbw TILESET_PARK, .park
|
dbw TILESET_PARK, .park
|
||||||
dbw TILESET_FOREST, .forest
|
dbw TILESET_FOREST, .forest
|
||||||
|
dbw TILESET_NIHON_01, .nihon01
|
||||||
|
dbw TILESET_NIHON_OLD, .oldCity
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
||||||
.johto:
|
.johto:
|
||||||
|
|
@ -43,6 +45,16 @@ CutTreeBlockPointers:
|
||||||
db $0f, $17, 0
|
db $0f, $17, 0
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
||||||
|
.nihon01:
|
||||||
|
; facing block, replacement block, animation
|
||||||
|
db $03, $02, 1 ; grass
|
||||||
|
db $6d, $88, 0 ; tree
|
||||||
|
db -1 ; end
|
||||||
|
|
||||||
|
.oldCity:
|
||||||
|
; facing block, replacement block, animation
|
||||||
|
db $17, $41, 0 ; tree
|
||||||
|
db -1 ; end
|
||||||
|
|
||||||
; these blocks all use COLL_WHIRLPOOL in one quadrant
|
; these blocks all use COLL_WHIRLPOOL in one quadrant
|
||||||
WhirlpoolBlockPointers:
|
WhirlpoolBlockPointers:
|
||||||
|
|
@ -53,3 +65,4 @@ WhirlpoolBlockPointers:
|
||||||
; facing block, replacement block, animation
|
; facing block, replacement block, animation
|
||||||
db $07, $36, 0
|
db $07, $36, 0
|
||||||
db -1 ; end
|
db -1 ; end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -717,6 +717,7 @@ SilentHillsGroupSprites:
|
||||||
db SPRITE_BLUE
|
db SPRITE_BLUE
|
||||||
db SPRITE_POKEFAN_M
|
db SPRITE_POKEFAN_M
|
||||||
db SPRITE_SUPER_NERD
|
db SPRITE_SUPER_NERD
|
||||||
|
db SPRITE_COOLTRAINER_M
|
||||||
; 2 non-walking sprites
|
; 2 non-walking sprites
|
||||||
db SPRITE_POKE_BALL
|
db SPRITE_POKE_BALL
|
||||||
db SPRITE_FRUIT_TREE
|
db SPRITE_FRUIT_TREE
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue