Name: [BTSD]Password Block V3
Author & Submitted by: cyb
Description: if mario hit the password blocks(left block middle block and right block) in the correct order, mario can break the other block.
You must put all asm file in BTSD's root folder because incsrc is used.
pb_init.asm : Init the password block, Act like 25
pb_breakable.asm : if the password correct, mario can break this block
pb_left.asm pb_middle.asm pb_right.asm : The password blocks
You can define your own password in the end of pb_defs.asm
left : db #$01
middle : db #$02
right : db #$03
end : db #$FF
Reason
Fixed version submitted.
Author & Submitted by: cyb
Description: if mario hit the password blocks(left block middle block and right block) in the correct order, mario can break the other block.
You must put all asm file in BTSD's root folder because incsrc is used.
pb_init.asm : Init the password block, Act like 25
pb_breakable.asm : if the password correct, mario can break this block
pb_left.asm pb_middle.asm pb_right.asm : The password blocks
You can define your own password in the end of pb_defs.asm
left : db #$01
middle : db #$02
right : db #$03
end : db #$FF
Reason
Fixed version submitted.