Skip to content

Commit

Permalink
Fix SAFFRONCTIY typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 19, 2023
1 parent 12a2f7a commit 27940a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/maps/hide_show_data.asm
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ SaffronCityHS:
db SAFFRON_CITY, SAFFRONCITY_ROCKET5, SHOW
db SAFFRON_CITY, SAFFRONCITY_ROCKET6, SHOW
db SAFFRON_CITY, SAFFRONCITY_ROCKET7, SHOW
db SAFFRON_CITY, SAFFRONCTIY_SCIENTIST, HIDE
db SAFFRON_CITY, SAFFRONCITY_SCIENTIST, HIDE
db SAFFRON_CITY, SAFFRONCITY_SILPH_WORKER_M, HIDE
db SAFFRON_CITY, SAFFRONCITY_SILPH_WORKER_F, HIDE
db SAFFRON_CITY, SAFFRONCITY_GENTLEMAN, HIDE
Expand Down
2 changes: 1 addition & 1 deletion data/maps/objects/SaffronCity.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const_export SAFFRONCITY_ROCKET5
const_export SAFFRONCITY_ROCKET6
const_export SAFFRONCITY_ROCKET7
const_export SAFFRONCTIY_SCIENTIST
const_export SAFFRONCITY_SCIENTIST
const_export SAFFRONCITY_SILPH_WORKER_M
const_export SAFFRONCITY_SILPH_WORKER_F
const_export SAFFRONCITY_GENTLEMAN
Expand Down

0 comments on commit 27940a7

Please sign in to comment.