From 2ee2aba7f00a178ad4504fe5573d0a4e431f930a Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 19 Aug 2018 13:25:08 -0400 Subject: Incorporate new pokecrystal labels + file structure --- Rock-Climb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rock-Climb.md') diff --git a/Rock-Climb.md b/Rock-Climb.md index 8e57f9a..df3f4a5 100644 --- a/Rock-Climb.md +++ b/Rock-Climb.md @@ -71,7 +71,7 @@ Rocky walls will prompt to use Rock Climb when talked to, so they need to be `TA Now we can start to add the field move effect, following [this tutorial](Add-a-new-field-move-effect). -Define `MONMENUITEM_ROCKCLIMB`; associate it with the move `ROCK_CLIMB`; and implement `MonMenu_RockClimb` for its menu action (in [engine/menus/start_menu.asm](../blob/master/engine/menus/start_menu.asm)) like this: +Define `MONMENUITEM_ROCKCLIMB`; associate it with the move `ROCK_CLIMB`; and implement `MonMenu_RockClimb` for its menu action (in [engine/pokemon/mon_menu.asm](../blob/master/engine/pokemon/mon_menu.asm), or [engine/menus/start_menu.asm](../blob/master/engine/menus/start_menu.asm) in older versions of pokecrystal) like this: ```diff +MonMenu_RockClimb: -- cgit v1.2.3