summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-06-05 20:50:06 +0100
committerlibjet <libj3t@gmail.com>2020-06-05 20:50:06 +0100
commit2b17267a77434ec8a6936a3b0d6b0d583e76c090 (patch)
tree19b761d80240be4b4300352a31a105ca1dee77a1 /main.asm
parentedbb0fe6c410a35b5f8d9b15a3cf2be5f7aba3f4 (diff)
Add engine/games/dummy_game.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.asm b/main.asm
index 82e419ca..58dd55d6 100644
--- a/main.asm
+++ b/main.asm
@@ -325,18 +325,14 @@ INCLUDE "engine/events/diploma.asm"
INCLUDE "engine/events/print_unown_2.asm"
INCLUDE "engine/games/card_flip.asm"
INCLUDE "engine/games/unown_puzzle.asm"
+INCLUDE "engine/games/dummy_game.asm"
-_DummyGame::
- dr $e2668, $e29ae
-DummyGame_InterpretJoypad_AnimateCursor::
- dr $e29ae, $e2b9e
_DepositPKMN::
dr $e2b9e, $e2d71
_WithdrawPKMN::
dr $e2d71, $e2f47
_MovePKMNWithoutMail::
dr $e2f47, $e3773
-
StatsScreenDPad::
dr $e3773, $e3d25
_ChangeBox::