diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-04 18:29:32 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-04 18:29:32 -0500 |
commit | a82a7b5fcbb751f91db02d41e355b4b2a5bec8c9 (patch) | |
tree | 6aaef3387957ff6724395100f6a77e28081e62e4 /data/event_scripts.s | |
parent | 4df660dc76b5f35d2a89e0cb627180b79e9caa12 (diff) |
Lowercase new pokedude labels
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index ed293ba64..0940cf955 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1358,4 +1358,4 @@ Text_TestMsg:: @ 81ACD45 .include "data/scripts/test.inc" .include "data/text/save.inc" .include "data/text/new_game_intro.inc" - .include "data/text/poke_dude.inc" + .include "data/text/pokedude.inc" |