Renamed BoardDiceDigit2DShowSet to BoardRollDispSet
This commit is contained in:
parent
772041094d
commit
3f30fd613d
28 changed files with 72 additions and 72 deletions
|
|
@ -920,7 +920,7 @@ void BoardPlayerDiceJumpStart(void);
|
|||
void BoardPlayerDiceJumpCheck(void);
|
||||
void BoardRollCreate(void);
|
||||
void BoardRollUpdateSet(void);
|
||||
void BoardDiceDigit2DShowSet(void);
|
||||
void BoardRollDispSet(void);
|
||||
void BoardPlayerBtnDownWait(void);
|
||||
void BoardPlayerAutoSizeSet(void);
|
||||
void BoardPlayerAutoSizeGet(void);
|
||||
|
|
@ -1937,7 +1937,7 @@ extern void _kerjmp_BoardPlayerDiceJumpStart(void);
|
|||
extern void _kerjmp_BoardPlayerDiceJumpCheck(void);
|
||||
extern void _kerjmp_BoardRollCreate(void);
|
||||
extern void _kerjmp_BoardRollUpdateSet(void);
|
||||
extern void _kerjmp_BoardDiceDigit2DShowSet(void);
|
||||
extern void _kerjmp_BoardRollDispSet(void);
|
||||
extern void _kerjmp_BoardPlayerBtnDownWait(void);
|
||||
extern void _kerjmp_BoardPlayerAutoSizeSet(void);
|
||||
extern void _kerjmp_BoardPlayerAutoSizeGet(void);
|
||||
|
|
@ -3879,8 +3879,8 @@ asm void _kerent(void) {
|
|||
b BoardRollCreate
|
||||
entry _kerjmp_BoardRollUpdateSet
|
||||
b BoardRollUpdateSet
|
||||
entry _kerjmp_BoardDiceDigit2DShowSet
|
||||
b BoardDiceDigit2DShowSet
|
||||
entry _kerjmp_BoardRollDispSet
|
||||
b BoardRollDispSet
|
||||
entry _kerjmp_BoardPlayerBtnDownWait
|
||||
b BoardPlayerBtnDownWait
|
||||
entry _kerjmp_BoardPlayerAutoSizeSet
|
||||
|
|
@ -4072,4 +4072,4 @@ asm void _kerent(void) {
|
|||
entry _kerjmp_BoardBooHouseTutorialExec
|
||||
b BoardBooHouseTutorialExec
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue