Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/tilesets/cut_tree_blocks.asm
1271 views
1
CutTreeBlockSwaps:
2
; first byte = tileset block containing the cut tree
3
; second byte = corresponding tileset block after the cut animation happens
4
db $32, $6D
5
db $33, $6C
6
db $34, $6F
7
db $35, $4C
8
db $60, $6E
9
db $0B, $0A
10
db $3C, $35
11
db $3F, $35
12
db $3D, $36
13
db -1 ; end
14
15