pokecrystal/misc/mobile_45.asm, branch master Pokémon Crystal Move some misc/ files into meaningful directories 2017-12-15T17:53:33+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-15T17:53:33+00:00 ebf3bfb6b289bf684941a86cafe1286d8ce212fe

Add MobileError-related labels 2017-11-26T10:35:13+00:00 mid-kid esteve.varela@gmail.com 2017-11-26T10:35:13+00:00 09d9f2c1ef48b0e33ba1616d7a3459f5d4431ce3 This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError".
This function is called from a few different places in the mobile code,
including from one special that is only executed when the
BattleTowerRoomMenu special returns with a non-zero code.

Since that special causes a blue "error" screen to appear, that looks
the exact same as the one you'd get when trying to connect from the
mobile trade corner/battle colosseum in a Pokémon Center's top floor,
and this function contains a bunch of japanese strings in a jumptable, I
think it's reasonable to assume it should be called
"DisplayMobileError".
Move all of constants/sram_constants.asm into sram 2017-11-20T22:07:24+00:00 mid-kid esteve.varela@gmail.com 2017-11-20T18:50:54+00:00 df118afbcaef31c26df433ae52c26335796cdb40 This way we can easily use `BANK()` where appropriate, and it is more tidy.
This way we can easily use `BANK()` where appropriate, and it is more
tidy.
Fix section linking 2017-09-24T03:04:10+00:00 PikalaxALT pikalaxalt@gmail.com 2017-06-17T23:14:55+00:00 0e470bc785eedf96da20c364723ab59eb3fa5242 Create linker script and float all sections
Create linker script and float all sections
Revert "Fix floating sections" 2017-03-24T11:51:03+00:00 Ben10do Ben10do@users.noreply.github.com 2017-03-24T11:51:03+00:00 288902139f00a9113ea9b360eb00d3109727dcfe This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
Fix floating sections 2017-03-15T00:52:26+00:00 AntonioND antonio_nd@outlook.com 2017-03-14T23:16:40+00:00 e28b88f56d666484b994fc9cf28cc5d4cf50c803 This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
This is needed so that rgblink doesn't move them around after modifying
it's placement algorithm.

Signed-off-by: AntonioND <antonio_nd@outlook.com>
Labeled every function in ROM0 that's referenced in the source 2016-05-10T16:31:49+00:00 pikalaxalt PikalaxALT@gmail.com 2016-05-10T16:31:49+00:00 ae36ef2c7fb722b7480d73c7a95a5d1e2ece7831

HDMA transfer functions 2016-05-05T02:34:09+00:00 pikalaxalt PikalaxALT@gmail.com 2016-05-05T02:34:09+00:00 a613ed915c32d3befec54a98dae98e21649e19ce

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

More WRAM tidying 2016-01-12T17:46:18+00:00 PikalaxALT PikalaxALT@gmail.com 2016-01-12T17:46:18+00:00 2ed6c357af335a1df33932383c00375b799300b2