diff options
| author | dannye <33dannye@gmail.com> | 2023-11-21 20:56:28 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-21 20:56:28 -0600 |
| commit | 04f7f7f506a1dbb877e4678601261e8157fd0e57 (patch) | |
| tree | bfe62d3872c5f031ee40df9488910bd58b0e1b15 /home/text_script.asm | |
| parent | Extend tools/pcm.c to allow decoding .pcm to .wav (diff) | |
| parent | Fix some map text constants (diff) | |
| download | pokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.tar.gz pokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.tar.xz pokeyellow-04f7f7f506a1dbb877e4678601261e8157fd0e57.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'home/text_script.asm')
| -rw-r--r-- | home/text_script.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text_script.asm b/home/text_script.asm index ab0cd804..a70e0f9c 100644 --- a/home/text_script.asm +++ b/home/text_script.asm @@ -201,7 +201,7 @@ DisplayPlayerBlackedOutText:: ld [wSafariSteps], a ld [wSafariSteps + 1], a EventFlagAddressA EVENT_IN_SAFARI_ZONE - ld [wcf0d], a + ld [wNextSafariZoneGateScript], a ld [wSafariZoneGateCurScript], a .didnotblackoutinsafari jp HoldTextDisplayOpen |
