diff options
author | LusoEditor <42271546+LusoEditor@users.noreply.github.com> | 2018-08-14 22:04:39 +0100 |
---|---|---|
committer | LusoEditor <42271546+LusoEditor@users.noreply.github.com> | 2018-08-14 22:04:39 +0100 |
commit | 711308da545dda6b6edb86d4c5932cd91ba4cf19 (patch) | |
tree | 31a5e617eed6922443d50921341f2ca19b7330b8 | |
parent | da62ce960a9dc2f93cd87b405bfb899362800163 (diff) |
Updated Physical Special split (markdown)
-rw-r--r-- | Physical-Special-split.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 4033cf4..6f08a5d 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -418,13 +418,13 @@ Edit [engine/menus/start_menu.asm](../blob/master/engine/menus/start_menu.asm): hlcoord 12, 12 ld de, String_MoveAtk call PlaceString -+ ld a, [wCurMove] ++ ld a, [wCurSpecies] + ld b, a + farcall GetMoveCategoryName + hlcoord 1, 11 + ld de, wStringBuffer1 + call PlaceString - ld a, [wCurMove] + ld a, [wCurSpecies] ld b, a - hlcoord 2, 12 + hlcoord 1, 12 |