Add engine/pokemon/bills_pc.asm

This commit is contained in:
libjet
2020-06-05 21:34:35 +01:00
parent 2b17267a77
commit 6f1d7fe952
7 changed files with 2499 additions and 11 deletions

2479
engine/pokemon/bills_pc.asm Executable file

File diff suppressed because it is too large Load Diff

BIN
gfx/pc/pc.2bpp.lz Executable file

Binary file not shown.

BIN
gfx/pc/pc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

BIN
gfx/pc/pc_mail.2bpp Executable file

Binary file not shown.

BIN
gfx/pc/pc_mail.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

View File

@@ -326,17 +326,7 @@ INCLUDE "engine/events/print_unown_2.asm"
INCLUDE "engine/games/card_flip.asm"
INCLUDE "engine/games/unown_puzzle.asm"
INCLUDE "engine/games/dummy_game.asm"
_DepositPKMN::
dr $e2b9e, $e2d71
_WithdrawPKMN::
dr $e2d71, $e2f47
_MovePKMNWithoutMail::
dr $e2f47, $e3773
StatsScreenDPad::
dr $e3773, $e3d25
_ChangeBox::
dr $e3d25, $e3f74
INCLUDE "engine/pokemon/bills_pc.asm"
SECTION "bank39", ROMX

View File

@@ -498,6 +498,25 @@ wPrinterExposureTime:: db ; cafb
ds 16
wGameboyPrinterRAMEnd::
NEXTU ; c700
; bill's pc data
wBillsPCData::
wBillsPCPokemonList::
; (species, box number, list index) x30
ds 3 * 30
ds 720
wBillsPC_ScrollPosition:: db
wBillsPC_CursorPosition:: db
wBillsPC_NumMonsInBox:: db
wBillsPC_NumMonsOnScreen:: db
wBillsPC_LoadedBox:: db ; 0 if party, 1 - 14 if box, 15 if active box
wBillsPC_BackupScrollPosition:: db
wBillsPC_BackupCursorPosition:: db
wBillsPC_BackupLoadedBox:: db
wBillsPC_MonHasMail:: db
ds 5
wBillsPCDataEnd::
NEXTU ; c700
; Hall of Fame data
wHallOfFamePokemonList:: hall_of_fame wHallOfFamePokemonList