summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-02 06:07:53 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-03 03:08:25 -0400
commit20f612793ecc50bc4767decbd7e90d37bd4eb162 (patch)
treed30295f9a2308f64cd9a535be3c1f899963f6536 /main.asm
parentea845793bb1d3d2b5e2e7778ec83ed932bbf1adc (diff)
Start cleaning up.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index ece4cd9b..4a90c13c 100644
--- a/main.asm
+++ b/main.asm
@@ -332,7 +332,9 @@ INCBIN "gfx/font/font_inversed.1bpp"
SECTION "bank38", ROMX
+ret_e0000:
ret
+; unused
ret
_Diploma::
dr $e0002, $e0009
@@ -341,7 +343,9 @@ PlaceDiplomaOnScreen::
PrintDiplomaPage2::
dr $e00ae, $e081b
RotateUnownFrontpic::
- dr $e081b, $e0909
+ dr $e081b, $e0908
+ret_e0908::
+ ret
_CardFlip::
dr $e0909, $e199d
@@ -349,7 +353,9 @@ _UnownPuzzle::
dr $e199d, $e2668
_DummyGame::
- dr $e2668, $e2b9e
+ dr $e2668, $e29ae
+DummyGame_InterpretJoypad_AnimateCursor::
+ dr $e29ae, $e2b9e
_DepositPKMN::
dr $e2b9e, $e2d71
_WithdrawPKMN::