Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Page two, compressed scripts and other data page
- ;
- ;Stage codes preceding the include of the compressed files:
- ;00 = Data stream contains STAGE BG, SPELLCARD BG, and SCRIPTS
- ;01 = Data stream contains STAGE BG only
- ;02 = Data stream contains SPELLCARD BG only
- ;03 = Data stream contains SCRIPTS only
- ;
- ;
- Stage01a:
- .db 1
- #include "p2/build/stg01a.z80"
- .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
- .db "Rain, rain, go away, come again another day!",0
- .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
- .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
- .db "And with that, I'm going to stop trying to fill up this file with.",0
- .db "dummy information to keep that warning from appearing because if this",0
- .db "doesn't do it, nothing will.",0
- .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
- .db "Rain, rain, go away, come again another day!",0
- .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
- .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
- .db "And with that, I'm going to stop trying to fill up this file with.",0
- .db "dummy information to keep that warning from appearing because if this",0
- .db "doesn't do it, nothing will.",0
- .db "Let's keep inputting dummy data until the SPASM warning goes away.",0
- .db "Rain, rain, go away, come again another day!",0
- .db "This game is dedicated to my beloved Etri, Catgirl 'o Nine Tails.",0
- .db "Her only wish was to make Red Kool-Aid from all of humanity.",0
- .db "And with that, I'm going to stop trying to fill up this file with.",0
- .db "dummy information to keep that warning from appearing because if this",0
- .db "doesn't do it, nothing will.",0
- ld a,a
- ld b,b
- ld c,c
- ld d,d
- ld e,e
- ld h,h
- ld l,l
- halt
Advertisement
Add Comment
Please, Sign In to add comment