April Fools!

Go watch the video!

(Also, most of it is BS, all you need is a Fire Stone and any Dragonite.)
This commit is contained in:
Martha Schilling 2024-04-01 10:54:05 +01:00
parent cf504c7f8f
commit 44304c57fc
26 changed files with 81 additions and 20 deletions

View file

@ -1,7 +1,4 @@
AerodactylFossil:
ld a, FOSSIL_AERODACTYL
ld [wcf91], a
call DisplayMonFrontSpriteInBox
call EnableAutoTextBoxDrawing
tx_pre AerodactylFossilText
ret
@ -11,9 +8,6 @@ AerodactylFossilText::
text_end
KabutopsFossil:
ld a, FOSSIL_KABUTOPS
ld [wcf91], a
call DisplayMonFrontSpriteInBox
call EnableAutoTextBoxDrawing
tx_pre KabutopsFossilText
ret

View file

@ -202,7 +202,7 @@ HandlePokedexListMenu:
ld de, PokedexMenuItemsText
call PlaceString
; find the highest pokedex number among the pokemon the player has seen
ld b, 252 ; This makes the last number in the dex match up with the last Pokemon in dex order. This makes it look a little odd when incomplete but also allows for Pokemon beyond 248 to display correctly.
ld b, 253 ; This makes the last number in the dex match up with the last Pokemon in dex order. This makes it look a little odd when incomplete but also allows for Pokemon beyond 248 to display correctly.
.maxSeenPokemonLoop
ld a, [hld]
ld c, 8

View file

@ -398,7 +398,7 @@ VersionOnTitleScreenText:
db $61,$62,$63,$64,$65,$66,$67,$68,"@" ; "Blue Version"
DebugNewGamePlayerName:
db "NINTEN@"
db "J.ESTER@"
DebugNewGameRivalName:
db "SONY@"