summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-06-05 21:34:35 +0100
committerlibjet <libj3t@gmail.com>2020-06-05 21:34:35 +0100
commit6f1d7fe952cb042cf5d47e45a1abed69db67eb7a (patch)
tree95b7c04aca391aac14bcf4d133975db09f59260b /wram.asm
parent2b17267a77434ec8a6936a3b0d6b0d583e76c090 (diff)
Add engine/pokemon/bills_pc.asm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index c7f985a0..63c2ec91 100644
--- a/wram.asm
+++ b/wram.asm
@@ -499,6 +499,25 @@ wPrinterExposureTime:: db ; cafb
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