Random additions because Martha was bored

- Gave the Debug Room its own name and placement on the map, simply being '?????' and up in the top-left corner of Nihon.

- Added a feature where the shiny palette of a Pokemon can be seen by pressing Select on the Pokedex screen.

- Added preliminary sprites for Belledam, Bipulla, Burgela, Coinpur, Jungela, Pupperon, Stromen, and Tricules.

- Added preliminary shiny palettes for Bipulla, Bellignan, Burgela, Coinpur, Jungela and Tricules

- Changed Debug Room's layout again slightly

- Added another NPC to the Debug Room that gives you a bunch of useful items when spoken to, mainly all of the HMs and Apriballs, plus some Master Balls, Rare Candies and more.
This commit is contained in:
Martha Schilling 2024-03-26 21:58:13 +00:00
parent 44db4d67ed
commit 7554222e3c
35 changed files with 131 additions and 61 deletions

View file

@ -732,6 +732,9 @@ wBackupDexListingCursor:: db
wBackupDexListingPage:: dw
wDexCurLocation:: db
wPokedexStatus:: db
wPokedexShinyToggle::
; bit 0: set if displaying shiny palettes
db
wPokedexDisplayNumber:: dw
wDexLastSeenIndex:: db ; index into wPokedexSeen containing the last non-zero value
wDexLastSeenValue:: db ; value at index
@ -1456,8 +1459,6 @@ wEnemyHPPal:: db
wHPPals:: ds PARTY_LENGTH
wCurHPPal:: db
ds 7
wSGBPals:: ds 48
wAttrmap::
@ -1505,8 +1506,6 @@ wCurSpecies:: db
wNamedObjectType:: db
ds 1
wJumptableIndex::
wBattleTowerBattleEnded::
db
@ -1735,8 +1734,6 @@ wGameTimerPaused::
; bit 7: something mobile
db
ds 1
wJoypadDisable::
; bits 4, 6, or 7 can be used to disable joypad input
; bit 4
@ -1744,15 +1741,11 @@ wJoypadDisable::
; bit 7: ongoing sgb data transfer
db
ds 1
wInBattleTowerBattle::
; 0 not in BattleTower-Battle
; 1 BattleTower-Battle
db
ds 1
wFXAnimID:: dw
wPlaceBallsX:: db
@ -1767,8 +1760,6 @@ wOBP1:: db
wNumHits:: db
ds 1
wOptions::
; bit 0-2: number of frames to delay when printing text
; fast 1; mid 3; slow 5
@ -1807,8 +1798,6 @@ wMinutesSince:: db
wHoursSince:: db
wDaysSince:: db
ds 7
wTempLoopCounter:: db