mirror of https://github.com/zeldaret/tmc.git
fix incorrect symbol
This commit is contained in:
parent
f56a1cade6
commit
f708586cc3
|
|
@ -75,7 +75,7 @@ SetTile: @ r0 = tile type, r1, = tile position, r2 = layer
|
|||
ldrb r0, [r3, r4]
|
||||
lsrs r2, r2, #2
|
||||
bl sub_08000148
|
||||
pop {r0, r1} # tilepos, layer
|
||||
pop {r0, r1} @ tilepos, layer
|
||||
push {r0, r1}
|
||||
bl DeleteLoadedTileEntity
|
||||
adds r0, r7, #0
|
||||
|
|
|
|||
Loading…
Reference in New Issue