diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:41:02 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:41:02 -0400 |
commit | b3e38f1246cfcbb1a16b37b6e7e26328cbb796b5 (patch) | |
tree | 39cd1d570db7e1a564679565e274e85441825782 /data | |
parent | 03e93e5a702448f4ffd0065b5f0f92bc2c89ba4b (diff) |
Remove Crystal-only CaughtData
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/sgb_roof_pal_inds.asm | 2 | ||||
-rw-r--r-- | data/moves/tmhm_moves.asm | 3 | ||||
-rw-r--r-- | data/pokemon/egg_moves.asm | 8 | ||||
-rw-r--r-- | data/sgb_ctrl_packets.asm | 2 |
4 files changed, 1 insertions, 14 deletions
diff --git a/data/maps/sgb_roof_pal_inds.asm b/data/maps/sgb_roof_pal_inds.asm index a2620e19..ac6779b1 100644 --- a/data/maps/sgb_roof_pal_inds.asm +++ b/data/maps/sgb_roof_pal_inds.asm @@ -1,5 +1,3 @@ -; Crystal does not support SGB, so this is unused. - MapGroupRoofSGBPalInds: ; entries correspond to map groups db PREDEFPAL_ROUTES diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 81c7d0ba..b283993a 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -59,8 +59,7 @@ TMHMMoves: db FLASH db WHIRLPOOL db WATERFALL -; Move tutor (Crystal-only) + db 0 ; end db 0 db 0 db 0 - db 0 ; end diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index 6576a8df..9378a871 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -3,14 +3,6 @@ INCLUDE "constants.asm" SECTION "Egg Moves", ROMX -; All instances of Charm, Steel Wing, Sweet Scent, and Lovely Kiss were -; removed from egg move lists in Crystal. -; Sweet Scent and Steel Wing were redundant since they're TMs, and -; Charm and Lovely Kiss were unobtainable. - -; Staryu's egg moves were removed in Crystal, because Staryu is genderless -; and can only breed with Ditto. - INCLUDE "data/pokemon/egg_move_pointers.asm" BulbasaurEggMoves: diff --git a/data/sgb_ctrl_packets.asm b/data/sgb_ctrl_packets.asm index b3c2b040..3990e469 100644 --- a/data/sgb_ctrl_packets.asm +++ b/data/sgb_ctrl_packets.asm @@ -37,8 +37,6 @@ sgb_data_snd: MACRO db \3 ; length (1-11) ENDM -; Crystal does not support SGB, so this is unused. - PalTrnPacket: sgb_pal_trn MltReq1Packet: sgb_mlt_req 1 MltReq2Packet: sgb_mlt_req 2 |