Use tabs for indentation, not spaces.

hg-commit-id: e5f18384709d
This commit is contained in:
IIMarckus 2012-01-18 21:17:28 -07:00
parent 7d7c1732e5
commit 08ea1fa6f1
2 changed files with 25554 additions and 25558 deletions

51098
common.asm

File diff suppressed because it is too large Load diff

View file

@ -83,9 +83,9 @@ TX_FAR: MACRO
TX_RAM: MACRO
; prints text to screen
; \1: RAM address to read from
db $1
dw \1
ENDM
db $1
dw \1
ENDM
; wram locations
W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur
@ -124,7 +124,7 @@ W_ISINBATTLE EQU $D057 ; no battle, this is 0
; trainer battle, this is 2
W_CUROPPONENT EQU $D059 ; in a wild battle, this is the species of pokemon
; in a trainer battle, this is the trainer class + $C8
; in a trainer battle, this is the trainer class + $C8
W_BATTLETYPE EQU $D05A ; in normal battle, this is 0
; in old man battle, this is 1