diff options
author | yenatch <yenatch@gmail.com> | 2014-03-04 06:21:22 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-03-04 06:21:22 -0500 |
commit | 3453e7ce9c71c73664b061af9b77346b608b9013 (patch) | |
tree | 3ca12b1cabd3b12c78a95488d8134b818ba93b23 /main.asm | |
parent | 47bb5ff1aba474ff77cb17ffdf2e5349ea1d14d7 (diff) |
Label a stats screen jumptable.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 |