diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 21:27:00 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 21:27:00 +0100 |
commit | 2fe25da65a07edef2b1beaf895911b18a8c1dbc8 (patch) | |
tree | 6f2602c02cf2e77483c0f881ffc584ab35771172 /asm | |
parent | c2fdde3a498b6b6bbf8a57784e3208be74bf59f7 (diff) |
move pokeball data to rom
Diffstat (limited to 'asm')
-rw-r--r-- | asm/crt0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index d99ce9deb..9ed678968 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -68,8 +68,8 @@ GPIOPortReadEnable: @ 80000C8 .4byte gAbilityDescriptionPointers .4byte gItems .4byte gBattleMoves - .4byte sBallSpriteSheets - .4byte sBallSpritePalettes + .4byte gBallSpriteSheets + .4byte gBallSpritePalettes .4byte 0x000000a8, 0x00000864, 0x0000089b |