diff options
author | UserWest <WestofMystic@gmail.com> | 2021-11-05 20:38:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 20:38:01 -0400 |
commit | 40b07c571e9a19edbc7201fc6b4ad466827ef071 (patch) | |
tree | e336d9fb6b3da002e755fe058f82563aef171444 /scripts/SilphCo11F.asm | |
parent | 70baa4f3e80bceedd00cafbbab219665eb189225 (diff) |
Label Saffron City hide/show function (#73)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'scripts/SilphCo11F.asm')
-rw-r--r-- | scripts/SilphCo11F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SilphCo11F.asm b/scripts/SilphCo11F.asm index 63c236ee..dfbf5951 100644 --- a/scripts/SilphCo11F.asm +++ b/scripts/SilphCo11F.asm @@ -171,7 +171,7 @@ SilphCo11Script3: ldh [hSpriteIndexOrTextID], a call DisplayTextID call GBFadeOutToBlack - farcall Func_f25a0 + farcall SaffronCityHideRocketsShowCitizens call UpdateSprites call Delay3 call GBFadeInFromBlack |