diff options
| author | klektron <klektron@users.noreply.github.com> | 2020-11-08 21:58:20 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2020-11-08 21:58:20 +0100 |
| commit | eb5ce8c3f899c5bb2eb750045a011a97e461a2c4 (patch) | |
| tree | 7a326c6e34981902041ff5c14dae8697401a1ff4 /gfx | |
| parent | afc4ce2dc55ac8d303ea05188bf00cb55e3fb693 (diff) | |
changed charmap, some intro stuff and added roms sha1
Diffstat (limited to 'gfx')
| -rw-r--r-- | gfx/font.asm | 2 | ||||
| -rw-r--r-- | gfx/font/font.png | bin | 625 -> 18097 bytes | |||
| -rw-r--r-- | gfx/font/font_battle_extra.png | bin | 252 -> 5822 bytes | |||
| -rw-r--r-- | gfx/splash/copyright.png | bin | 220 -> 219 bytes | |||
| -rw-r--r-- | gfx/splash/unk_9.png | bin | 0 -> 165 bytes | |||
| -rw-r--r-- | gfx/title/blue_version.png | bin | 116 -> 136 bytes | |||
| -rw-r--r-- | gfx/title/red_version.png | bin | 126 -> 3410 bytes |
7 files changed, 2 insertions, 0 deletions
diff --git a/gfx/font.asm b/gfx/font.asm index fc2aff4f..5541163d 100644 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -17,6 +17,8 @@ NintendoCopyrightLogoGraphics: INCBIN "gfx/splash/copyright.2bpp" GamefreakLogoGraphics: INCBIN "gfx/title/gamefreak_inc.2bpp" GamefreakLogoGraphicsEnd: +Unk9Graphic: INCBIN "gfx/splash/unk_9.2bpp" +Unk9GraphicEnd: TextBoxGraphics:: INCBIN "gfx/font/font_extra.2bpp" TextBoxGraphicsEnd:: diff --git a/gfx/font/font.png b/gfx/font/font.png Binary files differindex 34e86b4a..9040bed4 100644 --- a/gfx/font/font.png +++ b/gfx/font/font.png diff --git a/gfx/font/font_battle_extra.png b/gfx/font/font_battle_extra.png Binary files differindex d00ae7bc..89428b9c 100644 --- a/gfx/font/font_battle_extra.png +++ b/gfx/font/font_battle_extra.png diff --git a/gfx/splash/copyright.png b/gfx/splash/copyright.png Binary files differindex 49174349..71a2085f 100644 --- a/gfx/splash/copyright.png +++ b/gfx/splash/copyright.png diff --git a/gfx/splash/unk_9.png b/gfx/splash/unk_9.png Binary files differnew file mode 100644 index 00000000..706a169f --- /dev/null +++ b/gfx/splash/unk_9.png diff --git a/gfx/title/blue_version.png b/gfx/title/blue_version.png Binary files differindex a9c87be8..c0f3aa53 100644 --- a/gfx/title/blue_version.png +++ b/gfx/title/blue_version.png diff --git a/gfx/title/red_version.png b/gfx/title/red_version.png Binary files differindex e41b4295..652d00e0 100644 --- a/gfx/title/red_version.png +++ b/gfx/title/red_version.png |
