mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-14 22:37:48 -05:00
leoReadTimer() use actual var names
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include "libleo/internal.h"
|
||||
|
||||
void leoReadTimer(void) {
|
||||
UNUSED u8* filler;
|
||||
UNUSED u8 padding[4];
|
||||
UNUSED u8* rdparam;
|
||||
UNUSED u8 data[4];
|
||||
__LOCTime time;
|
||||
u8 sense_code = __locReadTimer(&time);
|
||||
LEOcur_command->data.time.yearlo = time.year;
|
||||
|
||||
Reference in New Issue
Block a user