This commit is contained in:
Rangi
2018-05-06 22:45:07 -04:00
23 changed files with 54 additions and 53 deletions

View File

@@ -22,7 +22,7 @@ NUM_MEM_BUFFERS EQU const_value
const HAVE_AMOUNT ; 1
const HAVE_LESS ; 2
; checkpokeitem return values
; checkpokemail return values
const_def
const POKEMAIL_WRONG_MAIL ; 0
const POKEMAIL_CORRECT ; 1

View File

@@ -1,5 +1,5 @@
; sprite ids
; OverworldSprites indexes (see data/sprites.asm)
; OverworldSprites indexes (see data/sprites/sprites.asm)
const_def
const SPRITE_NONE ; 00
const SPRITE_CHRIS ; 01