diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-15 15:01:55 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-15 15:01:55 -0500 |
commit | c69fadf00ae8082df102005f834fc8d395870826 (patch) | |
tree | 030d8f465cbeaf84c68f79bab8345721b4ce55ef /wram.asm | |
parent | d7f2014e23dd84c65730573f3bf15f642b552f0d (diff) |
engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in
home/vblank.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3250,13 +3250,13 @@ W_CURMAPSCRIPT:: ; da39 ds 6 -W_PLAYTIMEHOURS:: ; da40 +wPlayTimeHours:: ; da40 ds 2 -W_PLAYTIMEMINUTES:: ; da42 +wPlayTimeMinutes:: ; da42 ds 2 -W_PLAYTIMESECONDS:: ; da44 +wPlayTimeSeconds:: ; da44 ds 1 -W_PLAYTIMEFRAMES:: ; da45 +wPlayTimeFrames:: ; da45 ds 1 wSafariZoneGameOver:: ; da46 |