Because apparently, the old patch where you had to use $0660 for the block number just doesn't exist anymore?
I have this test code to create a map16 block somewhere:
Problem is, it doesn't create block 0153, it creates block EE20.
I have this test code to create a map16 block somewhere:
Code
main: LDA $16 AND #$08 BEQ return LDA #$53 STA $7FC275 ;BounceMap16Low LDA #$01 STA $7FC279 ;BounceMap16High LDA #$FF STA $9C REP #$20 LDA #$0080 STA $9A ; Block X LDA #$0100 STA $98 ; Block Y SEP #$20 JSL $00BEB0 return: RTL
Problem is, it doesn't create block 0153, it creates block EE20.