Removing some print statements

The symbol table generated by xkas contains all resolved symbol addresses
so we don't need to print anymore
This commit is contained in:
jeffman 2017-03-09 13:15:15 -05:00
parent 5bc1b2f024
commit dc7857cd81
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ m2_customcodes:
//============================================================================== //==============================================================================
.parse: .parse:
print "m2customcodes.parse: $",pc
push {r1-r6,lr} push {r1-r6,lr}
mov r6,#0 mov r6,#0

View File

@ -212,7 +212,7 @@ pop {r1-r4,pc}
//============================================================================== //==============================================================================
.format_cash: .format_cash:
print "m2formatting.format_cash: $", pc
push {r1-r7,lr} push {r1-r7,lr}
mov r4,r1 mov r4,r1
mov r6,r2 mov r6,r2

View File

@ -10,7 +10,6 @@ m2_vwf:
//============================================================================== //==============================================================================
.get_tile_number: .get_tile_number:
print "m2vwf.get_tile_number: $",pc
push {r1-r5,lr} push {r1-r5,lr}
ldr r4,=#m2_coord_table ldr r4,=#m2_coord_table