Hogwarts Wand Docs: ../sw/wstrings.inc

Wand Sourcecode: ../sw/wstrings.inc

;
; wstrings.inc - strings used in wand.asm
;
;
; Copyright (C) 2006  Nathan (Acorn) Pooley
; 
; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License
; version 2 as published by the Free Software Foundation.
; 
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License (gpl.txt) for more details. 
; 
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
; 
; You can contact the author, Nathan (Acorn) Pooley, by writing
; to Nathan (Acorn) Pooley, 949 Buckeye Drive, Sunnyvale, CA  94086, USA
; or through the form at http://www.rawbw.com/~acorn/wand/feedback.html
; 

w_str_base1:
w_str_sec:
    db      "Sec=\0"
w_str_samples:
    db      "Samples: \0"
w_str_potter:
    db      "Potter\0"
w_str_unrecognized:
    db      "Nope! I don;t know that one!\0"
w_str_hello:
    db      "hello!  Welcome to Hogwarts!\0"
w_str_sleepy:
    db      "Hello!  Ready to cast a spell?\0"
w_str_d2tap:
    db      "D2Tap \0"
w_str_d2sleep:
    db      "D2Sleep\0"
w_str_sleep:
    db      "Sleep\0"
w_str_wake:
    db      "Wake\0"
w_str_d2stop:
    db      "D2Stop\0"
w_str_check_rythm:
    db      "Check Rythm\0"
w_str_check_motion:
    db      "Check Motion\0"
w_str_check_done:
    db      "Check Done\0"
w_str_spell:
    db      "Spell: \0"
w_str_gotrythm:
    db      "RSpell: \0"
#if 0
w_str_abc:
    db      "abcdefghijklmnopqrs\0tuvwxyz0123456789.,:?!\0"
w_str_quick:
    db      "The quick brown fox jumps over the lazy grey dog. _ - + ? ! : 0123456789  H\0"
#endif



;
; These strings are not used relative to w_str_base1
;
w_str_shavea:
    db      "shave A\0"
w_str_shaveb:
    db      "shave B\0"
w_str_shavec:
    db      "shave C\0"
w_str_twinkle:
    db      "Do you like stars?\0"
w_str_star_yes:
    db      "Stars are cool!\0"
w_str_star_no:
    db      "Stars suck!\0"
w_str_jingle:
    db      "jingle\0"
w_str_mary:
    db      "mary\0"
w_str_row:
    db      "row\0"
w_str_brady:
    db      "brady\0"
w_str_gilligan:
    db      "gilligan\0"
w_str_flint:
    db      "flint\0"
w_str_star:
    db      "star\0"
w_str_birthday:
    db      "birthday\0"
w_str_jeff1:
    db      "jeff1\0"
w_str_godsavethequeen:
    db      "god save the queen\0"
w_str_quarters:
    db      "quarters\0"


This file Copyright (C) 2006 by Nathan (Acorn) Pooley
Go to TOP Wand page
Go to Acorn's personal webpage
Go to Hogwarts website: www.gotohogwarts.com
Snout: www.snout.org/game
Gadgets of Justice Unlimited
Snout GC (Wiki)
Snout Wiki
File created by do_doc at Wed May 30 03:23:36 PDT 2007