diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-09-10 06:31:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-10 00:31:11 -0400 |
| commit | d237b01cfb241f417567c964e0df0658cf921570 (patch) | |
| tree | 799e92e48259443aa6cf4c553ed7adf38bd442d4 /gfx | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-d237b01cfb241f417567c964e0df0658cf921570.tar.gz pokeyellow-d237b01cfb241f417567c964e0df0658cf921570.tar.xz pokeyellow-d237b01cfb241f417567c964e0df0658cf921570.zip | |
Misc. naming and cleanup (#139)
* Name some printer/diploma routines
* Name `wd434`
* Name `NAME_LENGTH_JP`
* Rename `callabd`/`calladb` to `farcall`/`callfar`
Diffstat (limited to 'gfx')
| -rw-r--r-- | gfx/diploma/diploma.png (renamed from gfx/surfing_pikachu/surfing_pikachu_3.png) | bin | 2783 -> 2783 bytes | |||
| -rw-r--r-- | gfx/diploma/diploma_mew.tilemap | 1 | ||||
| -rw-r--r-- | gfx/diploma/diploma_pikachu.tilemap | 1 | ||||
| -rw-r--r-- | gfx/surfing_pikachu/high_score_1.tilemap | 1 | ||||
| -rw-r--r-- | gfx/surfing_pikachu/high_score_2.tilemap | 2 |
5 files changed, 5 insertions, 0 deletions
diff --git a/gfx/surfing_pikachu/surfing_pikachu_3.png b/gfx/diploma/diploma.png Binary files differindex 91d4a607..91d4a607 100644 --- a/gfx/surfing_pikachu/surfing_pikachu_3.png +++ b/gfx/diploma/diploma.png diff --git a/gfx/diploma/diploma_mew.tilemap b/gfx/diploma/diploma_mew.tilemap new file mode 100644 index 00000000..13521d1e --- /dev/null +++ b/gfx/diploma/diploma_mew.tilemap @@ -0,0 +1 @@ +pqrstuvwx
\ No newline at end of file diff --git a/gfx/diploma/diploma_pikachu.tilemap b/gfx/diploma/diploma_pikachu.tilemap new file mode 100644 index 00000000..95386372 --- /dev/null +++ b/gfx/diploma/diploma_pikachu.tilemap @@ -0,0 +1 @@ + !"#$%&'()*+,-./0123456789:;<=>?@ABC)DEFGHIJK))LMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn
\ No newline at end of file diff --git a/gfx/surfing_pikachu/high_score_1.tilemap b/gfx/surfing_pikachu/high_score_1.tilemap new file mode 100644 index 00000000..11d0c797 --- /dev/null +++ b/gfx/surfing_pikachu/high_score_1.tilemap @@ -0,0 +1 @@ +<=> !01LMNP4Q-
\ No newline at end of file diff --git a/gfx/surfing_pikachu/high_score_2.tilemap b/gfx/surfing_pikachu/high_score_2.tilemap new file mode 100644 index 00000000..a0502b85 --- /dev/null +++ b/gfx/surfing_pikachu/high_score_2.tilemap @@ -0,0 +1,2 @@ +"#$%&'()*+,./23356789:;?@ABCDEFGHIJK@@@ORRRSTUVWXYZ[\]]^ +
\ No newline at end of file |
