Get rid of some old test stuff

This commit is contained in:
jeffman 2015-03-13 19:11:50 -04:00
parent a1b8e4d538
commit befc4629d6
1 changed files with 1 additions and 18 deletions

View File

@ -8,7 +8,7 @@ arch gba.thumb
org $80B3274; dd m2_font_relocate org $80B3274; dd m2_font_relocate
// Ness mom test // Ness mom test
org $808F6B0; dd m2_nessmom //org $808F6B0; dd m2_nessmom
//============================================================================== //==============================================================================
// Font hacks // Font hacks
@ -167,23 +167,6 @@ incbin m2-widths-main.bin
m2_widths_saturn: m2_widths_saturn:
// tba // tba
// Ness mom test
m2_nessmom:
print "m2-nessmom: $", pc
incbin m2-nessmom.bin
// Misc text
org $8B17EE4; incbin m2-misctext-offsets.bin
org $8B40000; incbin m2-misctext.bin
// Menu choices
org $8B19A64; incbin m2-menuchoices-offsets.bin
org $8B41000; incbin m2-menuchoices.bin
// PSI names
incsrc m2-psinames.asm
org $8B42000; incbin m2-psinames.bin
//============================================================================== //==============================================================================
// Misc // Misc
//============================================================================== //==============================================================================