diff options
Diffstat (limited to 'event')
-rw-r--r-- | event/mom.asm | 2 | ||||
-rw-r--r-- | event/poke_seer.asm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/event/mom.asm b/event/mom.asm index ab405a27c..4102ee771 100644 --- a/event/mom.asm +++ b/event/mom.asm @@ -480,7 +480,7 @@ Function1651a: ; 1651a lb bc, PRINTNUM_MONEY | PRINTNUM_LEADINGZEROS | 3, 6 call PrintNum call UpdateSprites - call Function3238 + call CGBOnly_LoadEDTile ret ; 1656b diff --git a/event/poke_seer.asm b/event/poke_seer.asm index 08d0924c9..c033a0944 100644 --- a/event/poke_seer.asm +++ b/event/poke_seer.asm @@ -163,6 +163,7 @@ GetCaughtLevel: ; 4f18c call ByteFill ; caught level + ; Limited to between 1 and 63 for some reason. ld a, [wSeerCaughtData] and $3f jr z, .unknown |