mirror of
https://github.com/pret/pokegold.git
synced 2026-09-12 18:45:25 -05:00
Add engine/pokemon/bills_pc.asm
This commit is contained in:
2479
engine/pokemon/bills_pc.asm
Executable file
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
BIN
gfx/pc/pc.2bpp.lz
Executable file
Binary file not shown.
BIN
gfx/pc/pc.png
Normal file
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
BIN
gfx/pc/pc_mail.2bpp
Executable file
Binary file not shown.
BIN
gfx/pc/pc_mail.png
Executable file
BIN
gfx/pc/pc_mail.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 114 B |
12
main.asm
12
main.asm
@@ -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
|
||||
|
||||
19
wram.asm
19
wram.asm
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user