summaryrefslogtreecommitdiff
path: root/constants/wram_constants.asm
blob: a5e3044c973275173f69aef2216e1e1306357acc (plain)
1
2
3
4
5
6
7
8
; wWalkingDirection::
	const_def -1
	const STANDING ; -1
	const DOWN     ; 0
	const UP       ; 1
	const LEFT     ; 2
	const RIGHT    ; 3
NUM_DIRECTIONS EQU const_value