Fix tabs.

This commit is contained in:
Lee Fastenau 2017-03-14 01:52:58 -07:00
parent 358b72e461
commit 7755f72501
2 changed files with 450 additions and 450 deletions

View File

@ -7,7 +7,7 @@
], ],
"settings": "settings":
{ {
"tab_size": 16 "tab_size": 8
}, },
"build_systems": "build_systems":
[ [

View File

@ -72,8 +72,8 @@ y_bottomleft equ dataWidth*2
y_bottom equ dataWidth*2+1 y_bottom equ dataWidth*2+1
y_bottomright equ dataWidth*2+2 y_bottomright equ dataWidth*2+2
y_copyfrom equ y_bottomright+1 ; Relative to current data pointer y_copyfrom equ y_bottomright+1 ; Relative to current main pointer
y_copyto equ dataWidth+2 ; Relative to current neighbor pointer y_copyto equ dataWidth+2 ; Relative to current alt pointer
; ------------------------------------ ; ------------------------------------
; Entry Point ; Entry Point