mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Use tabs for indentation, not spaces.
hg-commit-id: e5f18384709d
This commit is contained in:
parent
7d7c1732e5
commit
08ea1fa6f1
51098
common.asm
51098
common.asm
File diff suppressed because it is too large
Load diff
|
@ -83,9 +83,9 @@ TX_FAR: MACRO
|
||||||
TX_RAM: MACRO
|
TX_RAM: MACRO
|
||||||
; prints text to screen
|
; prints text to screen
|
||||||
; \1: RAM address to read from
|
; \1: RAM address to read from
|
||||||
db $1
|
db $1
|
||||||
dw \1
|
dw \1
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
; wram locations
|
; wram locations
|
||||||
W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur
|
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
|
; trainer battle, this is 2
|
||||||
|
|
||||||
W_CUROPPONENT EQU $D059 ; in a wild battle, this is the species of pokemon
|
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
|
W_BATTLETYPE EQU $D05A ; in normal battle, this is 0
|
||||||
; in old man battle, this is 1
|
; in old man battle, this is 1
|
||||||
|
|
Loading…
Reference in a new issue