Merge pull request #167 from Pokechu22/rgbds-0.3.3

Update for RGBDS 0.3.3
This commit is contained in:
yenatch 2017-09-29 22:41:34 -04:00 committed by GitHub
commit 5c24193831
21 changed files with 219 additions and 38 deletions

View file

@ -118,7 +118,7 @@ StartMenu_Pokemon:
ld h,[hl]
ld l,a
ld a,[wObtainedBadges] ; badges obtained
jp [hl]
jp hl
.outOfBattleMovePointers
dw .cut
dw .fly

View file

@ -24,7 +24,7 @@ DisplayTextBoxID_:
ld l,a ; hl = address of function
ld de,.done
push de
jp [hl] ; jump to the function
jp hl ; jump to the function
.coordTableMatch
call GetTextBoxIDCoords
call GetAddressOfScreenCoords