Skip to content

Commit

Permalink
Forgot to add Rock Slide TM to shops
Browse files Browse the repository at this point in the history
  • Loading branch information
PiaCarrot authored and PiaCarrot committed May 19, 2024
1 parent c562e33 commit abb2882
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MOVES.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Vicegrip
- TM45 Seed Bomb (Route 67)
- TM46 Thief (Mandarin North)
- TM47 Steel Wing (Unnamed Island 1)
- TM48 Rock Slide (TODO: Show Aerodactyl to Blue)
- TM48 Rock Slide (Unnamed Island 2)
- TM49 Tri Attack (Victory Road)
- TM50 Flash (Trovitopolis)

Expand All @@ -138,7 +138,7 @@ Vicegrip
- HM05 Rock Smash (Trovita Island)
- HM06 *Dive* (Ascorbia Island)
- HM07 Waterfall (Unnamed Island 3)
- HM08 *Rock Climb* (**TODO:** Kanto)
- HM08 *Rock Climb* (Shamouti Island)

## Tutors

Expand Down
2 changes: 1 addition & 1 deletion items/item_attributes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Item2Attributes:
; TM47
item_attribute 3000, 0, 0, CANT_SELECT | CANT_TOSS, TM_HM, ITEMMENU_PARTY, ITEMMENU_NOUSE
; TM48
item_attribute 3000, 0, 0, CANT_SELECT | CANT_TOSS, TM_HM, ITEMMENU_PARTY, ITEMMENU_NOUSE
item_attribute 30000, 0, 0, CANT_SELECT | CANT_TOSS, TM_HM, ITEMMENU_PARTY, ITEMMENU_NOUSE
; TM49
item_attribute 3000, 0, 0, CANT_SELECT | CANT_TOSS, TM_HM, ITEMMENU_PARTY, ITEMMENU_NOUSE
; TM50
Expand Down
3 changes: 2 additions & 1 deletion items/marts.asm
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,11 @@ TrovitopolisSewerTMMart:
db $ff
UnnamedIsland2TMMart:
db 3
db 4
db TM_REST
db TM_RETURN
db TM_FISSURE
db TM_ROCK_SLIDE
db $ff

DefaultMart: ; 16214
Expand Down

0 comments on commit abb2882

Please sign in to comment.