Clean up warp code
This commit is contained in:
parent
b2186e5d09
commit
ce59e5a3d7
6 changed files with 180 additions and 193 deletions
|
|
@ -63,7 +63,7 @@ static s32 coinDigitMdl[10] = {
|
|||
MAKE_DATA_NUM(DATADIR_BOARD, 21),
|
||||
};
|
||||
|
||||
void BoardEventLandBlue(s32 player, s16 space) {
|
||||
void BoardLandBlueExec(s32 player, s16 space) {
|
||||
Vec pos;
|
||||
s32 i;
|
||||
s8 coin_chg;
|
||||
|
|
@ -104,7 +104,7 @@ void BoardEventLandBlue(s32 player, s16 space) {
|
|||
BoardRotateDiceNumbers(player);
|
||||
}
|
||||
|
||||
void BoardEventLandRed(s32 player, s16 space) {
|
||||
void BoardLandRedExec(s32 player, s16 space) {
|
||||
Vec pos;
|
||||
s32 i;
|
||||
s8 coin_chg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue