Geekboy

Untitled

Feb 8th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;Page two, compressed scripts and other data page
  2. ;
  3.  
  4. ;Stage codes preceding the include of the compressed files:
  5. ;00 = Data stream contains STAGE BG, SPELLCARD BG, and SCRIPTS
  6. ;01 = Data stream contains STAGE BG only
  7. ;02 = Data stream contains SPELLCARD BG only
  8. ;03 = Data stream contains SCRIPTS only
  9. ;
  10. ;
  11.  
  12.  
  13. Stage01a:
  14. .db 1
  15. #include "p2/build/stg01a.z80"
  16.  
  17.  
  18.  
  19.  
  20. .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
  21. .db "Rain, rain, go away, come again another day!",0
  22. .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
  23. .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
  24. .db "And with that, I'm going to stop trying to fill up this file with.",0
  25. .db "dummy information to keep that warning from appearing because if this",0
  26. .db "doesn't do it, nothing will.",0
  27.  
  28. .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
  29. .db "Rain, rain, go away, come again another day!",0
  30. .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
  31. .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
  32. .db "And with that, I'm going to stop trying to fill up this file with.",0
  33. .db "dummy information to keep that warning from appearing because if this",0
  34. .db "doesn't do it, nothing will.",0
  35.  
  36. .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
  37. .db "Rain, rain, go away, come again another day!",0
  38. .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
  39. .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
  40. .db "And with that, I'm going to stop trying to fill up this file with.",0
  41. .db "dummy information to keep that warning from appearing because if this",0
  42. .db "doesn't do it, nothing will.",0
  43.  
  44.  
  45.  ld a,a
  46.  ld b,b
  47.  ld c,c
  48.  ld d,d
  49.  ld e,e
  50.  ld h,h
  51.  ld l,l
  52.  halt
Advertisement
Add Comment
Please, Sign In to add comment