diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 11:05:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 11:05:26 -0500 |
commit | ba05bfeafec51b183986ecaacd22c718ec21f56a (patch) | |
tree | 671cb0eda5320b23602bca33e8ff0e8a49c2e37e /wram.asm | |
parent | d8cd991b35d45ef75b06a89b0626381132b34806 (diff) |
Move some gfx files around, also clock reset fn
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -306,9 +306,9 @@ wc2d4:: ds 1 wc2d5:: ds 1 wc2d6:: ds 1 wc2d7:: ds 1 -wc2d8:: ds 1 -wc2d9:: ds 1 -wc2da:: ds 2 +wPreviousLandmark:: ds 1 +wCurrentLandmark:: ds 1 +wLandmarkSignTimer:: ds 2 wLinkMode:: ; c2dc ; 0 not in link battle ; 1 link battle @@ -2193,8 +2193,8 @@ wObjectMasks:: ds NUM_OBJECTS ; d81e VariableSprites:: ; d82e ds $10 -wd83e:: ds 3 - +wEnteredMapFromContinue:: ds 1 ; d83e + ds 2 TimeOfDayPal:: ; d841 ds 1 ds 4 |