diff options
author | libjet <libj3t@gmail.com> | 2020-06-05 20:50:06 +0100 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-06-05 20:50:06 +0100 |
commit | 2b17267a77434ec8a6936a3b0d6b0d583e76c090 (patch) | |
tree | 19b761d80240be4b4300352a31a105ca1dee77a1 /main.asm | |
parent | edbb0fe6c410a35b5f8d9b15a3cf2be5f7aba3f4 (diff) |
Add engine/games/dummy_game.asm
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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:: |