Remove heavy pot custom object 0x31 subtype

This commit is contained in:
scawful
2024-03-07 16:59:30 -05:00
parent a09cc19b47
commit 54995e965c
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@@ -41,7 +41,6 @@ NewObjectsCode:
-- ;Tiles Loop
INX : INX
; Vhopppcc cccccccc
print "Object Handler", pc
LDA .ObjData, X : BEQ +
JSR CustomDrawConfig
STA [$BF], Y
@@ -83,7 +82,6 @@ NewObjectsCode:
dw .FloorAny-.ObjData ; 12
dw .WallSwordHouse-.ObjData ; 13
dw .KydreeokBody-.ObjData ; 14
dw .HeavyPot-.ObjData ; 15
.ObjData
.LeftRight
@@ -116,9 +114,6 @@ NewObjectsCode:
incbin Data/wall_sword_house.bin
.KydreeokBody
incbin Data/kydreeok_body.bin
.HeavyPot
incbin Data/heavy_pot.bin
}