summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2013-12-05 14:55:28 -0800
committerMarcus Huderle <huderlem@gmail.com>2013-12-05 14:55:28 -0800
commitac9e6221441aa17666f556ea4ad35ecdeaccc56a (patch)
treecd14371eddaf567d8611d64f17726060c7b413a8
parent254ee773c16b1864d3ded150854ebd064fab5f70 (diff)
Nicknaming screen loads the 'ED' symbol separately.
-rw-r--r--gfx/ed_symbol.2bpp1
-rwxr-xr-xmain.asm7
2 files changed, 5 insertions, 3 deletions
diff --git a/gfx/ed_symbol.2bpp b/gfx/ed_symbol.2bpp
new file mode 100644
index 00000000..7bbee183
--- /dev/null
+++ b/gfx/ed_symbol.2bpp
@@ -0,0 +1 @@
+ðÀðÎý  \ No newline at end of file
diff --git a/main.asm b/main.asm
index f8e7c831..ac7eeafa 100755
--- a/main.asm
+++ b/main.asm
@@ -15391,13 +15391,14 @@ asm_6755: ; 6755 (1:6755)
jp EraseMenuCursor
Func_675b: ; 675b (1:675b)
- ld de, Unknown_6767 ; $6767
+ ld de, EDpic ; $6767
ld hl, $8f00
ld bc, $1
jp CopyVideoDataDouble
-Unknown_6767: ; 6767 (1:6767)
-INCBIN "baserom.gbc",$6767,$676f - $6767
+EDpic: ; 6767 (1:6767)
+; The 2bpp graphics for the "ED" symbol in the nicknaming screen
+ INCBIN "gfx/ed_symbol.2bpp"
Func_676f: ; 676f (1:676f)
xor a