junglejourney

changeset 122:80e5405560ee

Fixed trivial rendering bug in the strength adding/plotting routine.
author David Boddie <david@boddie.org.uk>
date Fri Sep 09 21:34:55 2011 +0200
parents c9a57615aab5
children cb7d76bbbb82
files mapcode.oph
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/mapcode.oph	Fri Sep 09 21:29:38 2011 +0200
     1.2 +++ b/mapcode.oph	Fri Sep 09 21:34:55 2011 +0200
     1.3 @@ -3719,7 +3719,7 @@
     1.4      tax
     1.5  
     1.6      lda strength_units,x
     1.7 -    sta ($70),y
     1.8 +    sta ($72),y
     1.9  
    1.10      add_strength_exit:
    1.11      clc