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:
@@ -304,7 +304,7 @@ DummyGame_CheckMatch:
|
||||
call DummyGame_Card2Coord
|
||||
call DummyGame_PlaceCard
|
||||
|
||||
ld hl, DummyGameText_Darn
|
||||
ld hl, DummyGameDarnText
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
@@ -313,21 +313,19 @@ DummyGame_CheckMatch:
|
||||
push bc
|
||||
hlcoord 2, 13
|
||||
call DummyGame_PlaceCard
|
||||
ld hl, DummyGameText_Yeah
|
||||
ld hl, DummyGameYeahText
|
||||
pop bc
|
||||
inc bc
|
||||
inc bc
|
||||
inc bc
|
||||
ret
|
||||
|
||||
DummyGameText_Yeah:
|
||||
; , yeah!
|
||||
text_far UnknownText_0x1c1a5b
|
||||
DummyGameYeahText:
|
||||
text_far _DummyGameYeahText
|
||||
text_end
|
||||
|
||||
DummyGameText_Darn:
|
||||
; Darn…
|
||||
text_far UnknownText_0x1c1a65
|
||||
DummyGameDarnText:
|
||||
text_far _DummyGameDarnText
|
||||
text_end
|
||||
|
||||
DummyGame_InitBoard:
|
||||
|
||||
Reference in New Issue
Block a user