You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PrintMoveDesc:
|
||||
PrintMoveDescription:
|
||||
push hl
|
||||
ld hl, MoveDescriptions
|
||||
ld a, [wCurSpecies]
|
||||
@@ -12,3 +12,5 @@ PrintMoveDesc:
|
||||
ld d, [hl]
|
||||
pop hl
|
||||
jp PlaceString
|
||||
|
||||
INCLUDE "data/moves/descriptions.asm"
|
||||
|
||||
Reference in New Issue
Block a user