You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Re: Pokémon News, I think we should have a news_ prefix for all the script+text macros, or even a single macro that directly refers to label values (like tradeanim, mobiletradeanim, setup_command, stdscript, predef).
The text was updated successfully, but these errors were encountered:
Also speaking of the low level library, the GBA SDK splits it up in two parts: libma and libml. libma handles the communication with the adapters as well as the HTTP, POP3 and SMTP protocols, and was shipped as a precompiled library, while libml handles creating and parsing mail messages, and was shipped as a source code file (which is why there's no need to decompile it). This is the case with the GBC SDK as well, where libma is lib/mobile/main.asm, and mobile/mobile_45.asm is the equivalent of libml. I think the latter should be moved into lib/mobile/.
See https://github.com/Sudel-Matze/pokecrystal (mobile restoration and localization, contains code disassembled from the Japanese ROM) and https://github.com/Sudel-Matze/pokemon-news (one of four issues so far).
(Re: Pokémon News, I think we should have a
news_
prefix for all the script+text macros, or even a single macro that directly refers to label values (liketradeanim
,mobiletradeanim
,setup_command
,stdscript
,predef
).The text was updated successfully, but these errors were encountered: