-
Notifications
You must be signed in to change notification settings - Fork 1
/
strings.asm
27 lines (22 loc) · 1018 Bytes
/
strings.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
;****************************************************************************
; WARNING: DO NOT EDIT THIS SECTION!
; This section gets automatically generated by the Resource Editor
; And any data here will get overwritten, when the resources are updated
;****************************************************************************
; [RESOURCES SECTION
; [RESOURCE: <Parser:String Tables><Resource:String Tables\All String Tables><Data:>]
;
; STRING TABLES
;
;
; String Table: strings
;
strings:
defw INTRODUCTION
;
; STRINGS
;
INTRODUCTION: defb $48,$65,$6C,$6C,$6F,$20,$47,$61,$6D,$65,$73,$21,$00
; ]RESOURCE: <Parser:String Tables><Resource:String Tables\All String Tables>]
; ]RESOURCE: <Parser:String Tables><Resource:String Tables>]
; ]RESOURCES SECTION