diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 32a0379..c530a8b 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -20,4 +20,4 @@ PLAYER_NORMAL EQU 0 PLAYER_BIKE EQU 1 PLAYER_SKATE EQU 2 PLAYER_SURF EQU 4 -PLAYER_SURF_PIKA EQU 8
\ No newline at end of file +PLAYER_SURF_PIKA EQU 8 |