Advertisement
Leap_

titleScreen.z80

Jul 28th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ; TITLESCREENNEWZ80.Z80
  2. ;
  3. ; Map Source File.
  4. ;
  5. ; Info:
  6. ; Section : newSec
  7. ; Bank : 0
  8. ; Map size : 10 x 10
  9. ; Tile set : C:\Users\Kyle\Desktop\silver\tools\Gameboy Tile Designer\testTileSet1.gbr
  10. ; Plane count : 0.5 plane (4 bits)
  11. ; Plane order : Tiles are continues
  12. ; Tile offset : 0
  13. ; Split data : No
  14. ;
  15. ; This file was generated by GBMB v1.8
  16.  
  17. newTileSetWidth EQU 10
  18. newTileSetHeight EQU 10
  19. newTileSetBank EQU 0
  20.  
  21. SECTION "newSec", HOME
  22.  
  23. newTileSet::
  24. DB $00,$00,$00,$00,$00,$00,$00,$00,$00
  25. DB $00,$00,$00,$00,$00,$00,$00,$00,$00
  26. DB $00,$00,$00,$00,$00,$00,$00,$00
  27.  
  28. ; End of TITLESCREENNEWZ80.Z80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement