summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 10:06:42 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 10:06:42 -0400
commit09c87d8b5bb8c9e43d5e597272e00ad58ed403e5 (patch)
tree7239e5d64ef4a769165b5f076522a063d7d688f1 /main.asm
parent0c0156c24160126ba6cdb5029a5d46f971e231b4 (diff)
Dump help desk lady graphics
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm6
1 files changed, 5 insertions, 1 deletions
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)