Nicknaming screen loads the 'ED' symbol separately.

This commit is contained in:
Marcus Huderle 2013-12-05 14:55:28 -08:00
parent 254ee773c1
commit ac9e622144
2 changed files with 5 additions and 3 deletions

1
gfx/ed_symbol.2bpp Normal file
View file

@ -0,0 +1 @@
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 

View file

@ -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