diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 10:06:42 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 10:06:42 -0400 |
commit | 09c87d8b5bb8c9e43d5e597272e00ad58ed403e5 (patch) | |
tree | 7239e5d64ef4a769165b5f076522a063d7d688f1 | |
parent | 0c0156c24160126ba6cdb5029a5d46f971e231b4 (diff) |
Dump help desk lady graphics
-rw-r--r-- | gfx/ow/help_desk_lady.png | bin | 0 -> 184 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/ow/help_desk_lady.png b/gfx/ow/help_desk_lady.png Binary files differnew file mode 100644 index 0000000..92bb5ef --- /dev/null +++ b/gfx/ow/help_desk_lady.png @@ -282,7 +282,11 @@ CopyrightGfx: ; 93ce4 (24:7ce4) dw $24 INCBIN "gfx/copyright.2bpp" -INCBIN "baserom.gbc",$93f26,$94000 - $93f26 +HelpDeskLadyGfx: ; 93f26 (24:7f26) + dw $8 + INCBIN "gfx/ow/help_desk_lady.2bpp" + +INCBIN "baserom.gbc",$93fa8,$94000 - $93fa8 SECTION "bank25",ROMX,BANK[$25] Laboratory1Gfx: ; 94000 (25:4000) |