You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name a lot of text labels according to our conventions
This commit is contained in:
@@ -70,8 +70,8 @@ CheckCanLearnMoveTutorMove:
|
||||
ld de, SFX_WRONG
|
||||
call PlaySFX
|
||||
pop de
|
||||
ld a, BANK(Text_TMHMNotCompatible)
|
||||
ld hl, Text_TMHMNotCompatible
|
||||
ld a, BANK(TMHMNotCompatibleText)
|
||||
ld hl, TMHMNotCompatibleText
|
||||
call FarPrintText
|
||||
jr .didnt_learn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user