You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify four padding bytes in base data as beta front/back pic pointers
This commit is contained in:
@@ -31,7 +31,6 @@ GetBaseData::
|
||||
jr .end
|
||||
|
||||
.egg
|
||||
; ????
|
||||
ld de, UnknownEggPic
|
||||
|
||||
; Sprite dimensions
|
||||
@@ -39,8 +38,9 @@ GetBaseData::
|
||||
ld hl, wBasePicSize
|
||||
ld [hl], b
|
||||
|
||||
; ????
|
||||
ld hl, wBasePadding
|
||||
; Beta front and back sprites
|
||||
; (see pokegold-spaceworld's data/pokemon/base_stats/*)
|
||||
ld hl, wBaseUnusedFrontpic
|
||||
ld [hl], e
|
||||
inc hl
|
||||
ld [hl], d
|
||||
@@ -48,7 +48,7 @@ GetBaseData::
|
||||
ld [hl], e
|
||||
inc hl
|
||||
ld [hl], d
|
||||
jr .end
|
||||
jr .end ; useless
|
||||
|
||||
.end
|
||||
; Replace Pokedex # with species
|
||||
|
Reference in New Issue
Block a user