summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx/ow/help_desk_lady.pngbin0 -> 184 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/ow/help_desk_lady.png b/gfx/ow/help_desk_lady.png
new file mode 100644
index 0000000..92bb5ef
--- /dev/null
+++ b/gfx/ow/help_desk_lady.png
Binary files differ
diff --git a/main.asm b/main.asm
index 86780e4..cd0c48b 100755
--- a/main.asm
+++ b/main.asm
@@ -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)