More constants and data tables

This commit is contained in:
Remy Oukaour
2018-01-11 01:45:27 -05:00
parent cc8dac5a22
commit b45f89f80c
32 changed files with 450 additions and 430 deletions

View File

@@ -216,7 +216,7 @@ FindApricornsInBag: ; 24c64
ld bc, 10
call ByteFill
ld hl, .ApricornBalls
ld hl, ApricornBalls
.loop
ld a, [hl]
cp -1
@@ -252,12 +252,4 @@ FindApricornsInBag: ; 24c64
pop hl
ret
.ApricornBalls: ; 24ca0
db RED_APRICORN, LEVEL_BALL
db BLU_APRICORN, LURE_BALL
db YLW_APRICORN, MOON_BALL
db GRN_APRICORN, FRIEND_BALL
db WHT_APRICORN, FAST_BALL
db BLK_APRICORN, HEAVY_BALL
db PNK_APRICORN, LOVE_BALL
db -1
INCLUDE "data/items/apricorn_balls.asm"