mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Cleaning up a couple of old references
This commit is contained in:
parent
fa99cbc839
commit
5ed8e23f7a
|
@ -26,11 +26,11 @@ HoneyGrandmaSignText:
|
||||||
line "house"
|
line "house"
|
||||||
done
|
done
|
||||||
|
|
||||||
OldCityBillsHouseSignScript:
|
OldCityEarlsHouseSignScript:
|
||||||
jumptext OldCityBillsHouseSignText
|
jumptext OldCityEarlsHouseSignText
|
||||||
|
|
||||||
OldCityBillsHouseSignText:
|
OldCityEarlsHouseSignText:
|
||||||
text "BILL'S house"
|
text "EARL'S house"
|
||||||
done
|
done
|
||||||
|
|
||||||
OldCityTrainerSchoolSignScript:
|
OldCityTrainerSchoolSignScript:
|
||||||
|
@ -45,7 +45,7 @@ OldCityGymSignScript:
|
||||||
jumptext OldCityGymSignText
|
jumptext OldCityGymSignText
|
||||||
|
|
||||||
OldCityGymSignText:
|
OldCityGymSignText:
|
||||||
text "OLD CITY"
|
text "SEPIA CITY"
|
||||||
line "#MON GYM"
|
line "#MON GYM"
|
||||||
para "LEADER: WALKER"
|
para "LEADER: WALKER"
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ OldCity_MapEvents:
|
||||||
bg_event 20, 22, BGEVENT_READ, OldCitySignScript
|
bg_event 20, 22, BGEVENT_READ, OldCitySignScript
|
||||||
bg_event 4, 32, BGEVENT_READ, HoneyGrandmaSignScript
|
bg_event 4, 32, BGEVENT_READ, HoneyGrandmaSignScript
|
||||||
bg_event 8, 14, BGEVENT_READ, PokemonPagodaSignScript
|
bg_event 8, 14, BGEVENT_READ, PokemonPagodaSignScript
|
||||||
bg_event 26, 20, BGEVENT_READ, OldCityBillsHouseSignScript
|
bg_event 26, 20, BGEVENT_READ, OldCityEarlsHouseSignScript
|
||||||
bg_event 28, 14, BGEVENT_READ, OldCityGymSignScript
|
bg_event 28, 14, BGEVENT_READ, OldCityGymSignScript
|
||||||
bg_event 8, 11, BGEVENT_READ, OldCityMuseumSignScript
|
bg_event 8, 11, BGEVENT_READ, OldCityMuseumSignScript
|
||||||
bg_event 28, 28, BGEVENT_READ, OldCityPokecenterSign
|
bg_event 28, 28, BGEVENT_READ, OldCityPokecenterSign
|
||||||
|
|
Loading…
Reference in a new issue