diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
commit | 3fd878483f38145cb4311d377f99545f25af52a8 (patch) | |
tree | dc3c048165478b004cec736eb3a1ba91984ae4d5 /data | |
parent | 6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (diff) |
Start renaming symbols
I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/cable_club.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index b73d7e1fa..b1e34278f 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -914,14 +914,14 @@ RecordCorner_EventScript_277471:: @ 8277471 releaseall end -EventScript_TradeRoom_ReadTrainerCard1:: @ 827747E +EventScript_TradeRoom_ReadTrainerCard_NoColor:: @ 827747E msgbox Text_278452, MSGBOX_DEFAULT fadescreen 1 special sp02A_crash_sound waitstate end -EventScript_TradeRoom_ReadTrainerCard2:: @ 827748D +EventScript_TradeRoom_ReadTrainerCard_Normal:: @ 827748D msgbox Text_27847B, MSGBOX_DEFAULT fadescreen 1 special sp02A_crash_sound |