diff options
| author | yenatch <yenatch@gmail.com> | 2015-02-11 15:03:42 -0800 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-02-11 15:03:42 -0800 |
| commit | b048ea0faf295832faa3f113ccb9308b60b0b11e (patch) | |
| tree | a89a9c66c38f591c6bd889b303df1d583bd34eb8 /maps/TeamRocketBaseB1F.asm | |
| parent | 8bc89189cc8d6059d8eda1b2dd2ed952e7c6fd1d (diff) | |
Use labels for script specials instead of constants/static values.
Diffstat (limited to 'maps/TeamRocketBaseB1F.asm')
| -rw-r--r-- | maps/TeamRocketBaseB1F.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/TeamRocketBaseB1F.asm b/maps/TeamRocketBaseB1F.asm index 14152bdb1..dece0d88d 100644 --- a/maps/TeamRocketBaseB1F.asm +++ b/maps/TeamRocketBaseB1F.asm @@ -460,9 +460,9 @@ ExplodingTrap22: ; 0x6ca26 end VoltorbExplodingTrap: ; 0x6ca34 - special $002e + special Function8c084 cry VOLTORB - special $0031 + special Function8c079 setlasttalked $ff writecode $3, BATTLETYPE_TRAP loadpokedata VOLTORB, 23 @@ -470,9 +470,9 @@ VoltorbExplodingTrap: ; 0x6ca34 end GeodudeExplodingTrap: ; 0x6ca47 - special $002e + special Function8c084 cry GEODUDE - special $0031 + special Function8c079 setlasttalked $ff writecode $3, BATTLETYPE_TRAP loadpokedata GEODUDE, 21 @@ -480,9 +480,9 @@ GeodudeExplodingTrap: ; 0x6ca47 end KoffingExplodingTrap: ; 0x6ca5a - special $002e + special Function8c084 cry KOFFING - special $0031 + special Function8c079 setlasttalked $ff writecode $3, BATTLETYPE_TRAP loadpokedata KOFFING, 21 |
