summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-03-04 06:21:22 -0500
committeryenatch <yenatch@gmail.com>2014-03-04 06:21:22 -0500
commit3453e7ce9c71c73664b061af9b77346b608b9013 (patch)
tree3ca12b1cabd3b12c78a95488d8134b818ba93b23 /main.asm
parent47bb5ff1aba474ff77cb17ffdf2e5349ea1d14d7 (diff)
Label a stats screen jumptable.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm15
1 files changed, 7 insertions, 8 deletions
diff --git a/main.asm b/main.asm
index b771fbea3..b2cefe7c4 100644
--- a/main.asm
+++ b/main.asm
@@ -55995,15 +55995,14 @@ StatsScreenMain: ; 0x4dcd2
INCBIN "baserom.gbc",$4dcf7,$4dd2a - $4dcf7
StatsScreenPointerTable: ; 4dd2a
- dw $5d72 ; regular pokémon
+ dw Function4dd72 ; regular pokémon
dw EggStatsInit ; egg
- dw $5de6
- dw $5dac
- dw $5dc6
- dw $5de6
- dw $5dd6
- dw $5d6c
-
+ dw Function4dde6
+ dw Function4ddac
+ dw Function4ddc6
+ dw Function4dde6
+ dw Function4ddd6
+ dw Function4dd6c
; 4dd3a