diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-25 18:29:17 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-25 19:39:33 -0400 |
commit | 168a3c3834fbfd7908233176c47e886a06a58a8d (patch) | |
tree | 4d6b37cdc9fd485dfdf8c9a8441b32eb539f7665 /main.asm | |
parent | 00578c7b61dc8036b0a03c7d7aa3439a972c21f2 (diff) |
Partial progress commit (this is all wrong).
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -649,8 +649,10 @@ _DepositPKMN:: _WithdrawPKMN:: dr $e2d71, $e2f47 _MovePKMNWithoutMail:: - dr $e2f47, $e3d25 + dr $e2f47, $e3773 +StatsScreenDPad:: + dr $e3773, $e3d25 _ChangeBox:: dr $e3d25, $e3f74 @@ -700,7 +702,9 @@ _LoadFontsBattleExtra:: LoadBattleFontsHPBar:: dr $f8066, $f8081 LoadHPBar:: - dr $f8081, $f80d9 + dr $f8081, $f80a6 +StatsScreen_LoadFont:: + dr $f80a6, $f80d9 LoadStatsScreenPageTilesGFX:: dr $f80d9, $f8bb2 EnemyHPBarBorderGFX:: |