diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-09-06 22:50:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 16:50:51 -0400 |
| commit | d18d7089c795751da0b6ee3d0c016576c332fe68 (patch) | |
| tree | 78997fa383e64d8b227c334168f07efca29f1eef /constants | |
| parent | Use `SFX_STOP_ALL_MUSIC` (#136) (diff) | |
| download | pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.tar.gz pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.tar.xz pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.zip | |
Fix .tilemap file extension, fix some typos (#138)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/credits_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/credits_constants.asm b/constants/credits_constants.asm index 251d05ad..eeadd014 100644 --- a/constants/credits_constants.asm +++ b/constants/credits_constants.asm @@ -48,7 +48,7 @@ const CRED_YOSHIKAWA ; 2d const CRED_OOTA23 ; 2e const CRED_YOSHIDA ; 2f - const CRED_MATSUMITA ; 30 + const CRED_MATSUMIYA ; 30 const CRED_SEYA ; 31 const CRED_SEKINE ; 32 const CRED_SHIMAMURA ; 33 |
