diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-19 13:25:08 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-19 13:25:08 -0400 |
| commit | 2ee2aba7f00a178ad4504fe5573d0a4e431f930a (patch) | |
| tree | 0057e69870bcec990500d52340f3939a93f9b096 /Physical-Special-split.md | |
| parent | 7446edd1742d3e23460ef96347028f8cb52ea7c4 (diff) | |
Incorporate new pokecrystal labels + file structure
Diffstat (limited to 'Physical-Special-split.md')
| -rw-r--r-- | Physical-Special-split.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 6f08a5d..69da95c 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -403,7 +403,7 @@ Instead of printing "TYPE/" in the move property box, we print the move's catego ## 9. Display categories in the Move screen -Edit [engine/menus/start_menu.asm](../blob/master/engine/menus/start_menu.asm): +Edit [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): ```diff PlaceMoveData: |
