You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove Special_ prefix from special routines (close #478)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Special_CheckForLuckyNumberWinners: ; 4d87a
|
||||
CheckForLuckyNumberWinners: ; 4d87a
|
||||
xor a
|
||||
ld [ScriptVar], a
|
||||
ld [wFoundMatchingIDInParty], a
|
||||
@@ -216,7 +216,7 @@ Special_CheckForLuckyNumberWinners: ; 4d87a
|
||||
text_jump UnknownText_0x1c12ae
|
||||
db "@"
|
||||
|
||||
Special_PrintTodaysLuckyNumber: ; 4d9d3
|
||||
PrintTodaysLuckyNumber: ; 4d9d3
|
||||
ld hl, StringBuffer3
|
||||
ld de, wLuckyIDNumber
|
||||
lb bc, PRINTNUM_LEADINGZEROS | 2, 5
|
||||
|
||||
Reference in New Issue
Block a user