diff --git a/m2-customcodes.asm b/m2-customcodes.asm index 3fce611..82fb0bf 100644 --- a/m2-customcodes.asm +++ b/m2-customcodes.asm @@ -11,7 +11,6 @@ m2_customcodes: //============================================================================== .parse: -print "m2customcodes.parse: $",pc push {r1-r6,lr} mov r6,#0 diff --git a/m2-formatting.asm b/m2-formatting.asm index 038e1b0..ae14be9 100644 --- a/m2-formatting.asm +++ b/m2-formatting.asm @@ -212,7 +212,7 @@ pop {r1-r4,pc} //============================================================================== .format_cash: -print "m2formatting.format_cash: $", pc + push {r1-r7,lr} mov r4,r1 mov r6,r2 diff --git a/m2-vwf.asm b/m2-vwf.asm index 72d201b..aec72d2 100644 --- a/m2-vwf.asm +++ b/m2-vwf.asm @@ -10,7 +10,6 @@ m2_vwf: //============================================================================== .get_tile_number: -print "m2vwf.get_tile_number: $",pc push {r1-r5,lr} ldr r4,=#m2_coord_table