pokecrystal/misc/battle_tower_5c.asm, branch master Pokémon Crystal Move all misc/ and unknown/ files to meaningful directories 2017-12-15T18:21:47+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-15T18:21:47+00:00 dc76bf804f86f884933e9d5a8820e3122b2771ae

Use correct WRAM labels for intro/title scenes 2017-12-10T05:18:29+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-10T05:18:29+00:00 d554b997c590825f030bd1be71989653b16a2ae0 Remove outdated WRAM alias comments
Remove outdated WRAM alias comments
Label BattleTowerRoomMenu 2017-11-25T16:03:20+00:00 mid-kid esteve.varela@gmail.com 2017-11-25T16:03:20+00:00 afc92eadc186551ed0b3b26b5f453d3a33144d26 All of the functions called by it are prefixed with BattleTowerRoomMenu, but a bunch of them seem more generic than that, since they're part of different mobile menus. Also called another menu jumptable BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu functions are used in western crystal). The names of the more generic functions should be fixed when we start labelling other menus.
All of the functions called by it are prefixed with BattleTowerRoomMenu,
but a bunch of them seem more generic than that, since they're part of
different mobile menus. Also called another menu jumptable
BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu
functions are used in western crystal).
The names of the more generic functions should be fixed when we start
labelling other menus.
Labelled some battle tower-related functions 2017-11-19T10:52:42+00:00 mid-kid esteve.varela@gmail.com 2017-11-19T10:52:42+00:00 671341a0fbcbdcbe41331a19f7863fef923c19c1 The UbersCheck and LevelCheck are used only for the battle tower, despite them living in the mobile files. Also labelled some of the known BattleTowerActions.
The UbersCheck and LevelCheck are used only for the battle tower,
despite them living in the mobile files.
Also labelled some of the known BattleTowerActions.
Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09T21:01:10+00:00 Ben10do Ben10do@users.noreply.github.com 2017-06-09T21:01:10+00:00 e6ea1889fbce20b0dc170310ac63891a1cca2bb5 The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds.

This fix silences these deprecation warnings.
Labels for Trainer Rankings stat tracking functions 2017-01-16T21:11:34+00:00 hatschky thirdgeek@arceus.local 2017-01-16T21:11:34+00:00 f0209d6ed6a0cd0e759dff49bdfe4d8171229c29

Mobile and more battle anims 2016-05-05T19:07:37+00:00 pikalaxalt PikalaxALT@gmail.com 2016-05-05T19:07:37+00:00 8c265476455c4793d263c7f2e6386904fbd3e305

More splitting of main.asm; remove unneeded rept 2 2016-05-04T15:46:23+00:00 pikalaxalt PikalaxALT@gmail.com 2016-05-04T15:46:23+00:00 3713b71d9e3f3f1bc099d4704910cb9c1d172dcf

Local labels starting with lowercase letters are no longer decorated with a trailing colon 2016-04-10T19:01:49+00:00 pikalaxalt PikalaxALT@gmail.com 2016-04-10T19:01:49+00:00 6be4cd4da98093bf1b9362c946e693c89e4713ad

Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style 2016-04-10T18:42:14+00:00 pikalaxalt PikalaxALT@gmail.com 2016-04-10T18:42:14+00:00 bf73772a560ddfdf0b404ba3f85eb26542031b7b