songs.asm 296 B

12345678910111213141516
  1. .Section "SongLUT" superfree
  2. PtPlayerSongPointertable:
  3. .dw Song0
  4. .db (:Song0+BaseAdress>>16)
  5. .ends
  6. .Section "song 0" superfree
  7. Song0:
  8. .dw (Song0End-Song0)
  9. ;.incbin "data/songs/maf_atomanic_4_hi.bin"
  10. .incbin "data/songs/maf_tralala_bim_boum_hi.bin"
  11. Song0End:
  12. .ends