blob: ddbe28fc4f18d07c895ea1c0142489fd8f44e021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CutTreeBlockSwaps:
; first byte = tileset block containing the cut tree
; second byte = corresponding tileset block after the cut animation happens
db $32, $6D
db $33, $6C
db $34, $6F
db $35, $4C
db $60, $6E
db $0B, $0A
db $3C, $35
db $3F, $35
db $3D, $36
db -1 ; end
|