]> git.sur5r.net Git - cc65/blobdiff - libsrc/gamate/chline.s
Merge remote-tracking branch 'upstream/master' into something_to_pull2
[cc65] / libsrc / gamate / chline.s
index 2d96c9d2f704cad948cacaeaa9a9438e19b02a7c..4d4ebe2dc2432317dc46db9220a82e96356876c2 100644 (file)
@@ -6,15 +6,14 @@
 ;
 
         .export         _chlinexy, _chline
-        .import         popa, _gotoxy, cputdirect
+        .import         gotoxy, cputdirect
         .importzp       tmp1
 
         .include        "gamate.inc"
 
 _chlinexy:
         pha                     ; Save the length
-        jsr     popa            ; Get y
-        jsr     _gotoxy         ; Call this one, will pop params
+        jsr     gotoxy          ; Call this one, will pop params
         pla                     ; Restore the length
 
 _chline: