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:
@@ -821,7 +821,7 @@ RandomUnseenWildMon:
|
||||
ld a, c
|
||||
ld [wNamedObjectIndexBuffer], a
|
||||
call GetPokemonName
|
||||
ld hl, .SawRareMonText
|
||||
ld hl, .JustSawSomeRareMonText
|
||||
call PrintText
|
||||
xor a
|
||||
ld [wScriptVar], a
|
||||
@@ -832,8 +832,7 @@ RandomUnseenWildMon:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
.SawRareMonText:
|
||||
; I just saw some rare @ in @ . I'll call you if I see another rare #MON, OK?
|
||||
.JustSawSomeRareMonText:
|
||||
text_far _JustSawSomeRareMonText
|
||||
text_end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user