avr: added texts to ressources.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
.org RESSOURCE_ADDR
|
||||
|
||||
RessourceTable:
|
||||
.dw 13 ; num of ressources
|
||||
.dw 23 ; num of ressources
|
||||
.dw (resImageNetwork*2) ; 0: RESSSOURCE_IMG_NETWORK
|
||||
.dw (resImageCloud*2) ; 1: RESSSOURCE_IMG_CLOUD
|
||||
.dw (resImageTemp*2) ; 2: RESSSOURCE_IMG_TEMP
|
||||
@@ -38,7 +38,16 @@ RessourceTable:
|
||||
.dw (resFont12x16_1*2) ; 10: RESSSOURCE_FNT_12X16_1
|
||||
.dw (resFont12x20_1*2) ; 11: RESSSOURCE_FNT_12X20_1
|
||||
.dw (resFont6x8_1*2) ; 12: RESSSOURCE_FNT_6X8_1
|
||||
|
||||
.dw (resTextCorridor*2) ; 13: RESSSOURCE_TXT_CORRIDOR
|
||||
.dw (resTextLivingRoom*2) ; 14: RESSSOURCE_TXT_LIVINGROOM
|
||||
.dw (resTextBedRoom*2) ; 15: RESSSOURCE_TXT_BEDROOM
|
||||
.dw (resTextKitchen*2) ; 16: RESSSOURCE_TXT_KITCHEN
|
||||
.dw (resTextBuero*2) ; 17: RESSSOURCE_TXT_BUERO
|
||||
.dw (resTextChildrensRoom*2) ; 18: RESSSOURCE_TXT_CHILDRENSROOM
|
||||
.dw (resTextStorageRoom*2) ; 19: RESSSOURCE_TXT_STORAGEROOM
|
||||
.dw (resTextBathRoom*2) ; 20: RESSSOURCE_TXT_BATHROOM
|
||||
.dw (resTextCellar*2) ; 21: RESSSOURCE_TXT_CELLAR
|
||||
.dw (resTextAttic*2) ; 22: RESSSOURCE_TXT_ATTIC
|
||||
|
||||
|
||||
|
||||
@@ -1033,6 +1042,49 @@ resFont6x8_1: ; data (6x8_horizontal_LSB_2)
|
||||
.db 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ; 0xFF
|
||||
|
||||
|
||||
|
||||
resTextCorridor:
|
||||
.db "Flur", 0, 0
|
||||
|
||||
|
||||
resTextLivingRoom:
|
||||
.db "Wohnzimmer", 0, 0
|
||||
|
||||
|
||||
resTextBedRoom:
|
||||
.db "Schlafzimmer", 0, 0
|
||||
|
||||
|
||||
resTextKitchen:
|
||||
.db "Kueche", 0, 0
|
||||
|
||||
|
||||
resTextBuero:
|
||||
.db "Buero", 0
|
||||
|
||||
|
||||
resTextChildrensRoom:
|
||||
.db "Kinderzimmer", 0, 0
|
||||
|
||||
|
||||
resTextStorageRoom:
|
||||
.db "Abstellraum", 0
|
||||
|
||||
|
||||
resTextBathRoom:
|
||||
.db "Bad", 0
|
||||
|
||||
|
||||
resTextCellar:
|
||||
.db "Keller", 0, 0
|
||||
|
||||
|
||||
resTextAttic:
|
||||
.db "Dachboden", 0
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user