Recent content by MapleFall

  1. M

    Simple Modifications Directory

    I'm sorry for not replying to you in a timely manner. "shopdata" is a struct in shop.h
  2. M

    Simple Modifications Directory

    Now,I have fixed all problem except this:
  3. M

    Simple Modifications Directory

    Scroll Start Menu(Em) If you want the start menu to contain more options, then this is a good choice! git remote add maplefall https://github.com/s744865306fang/pokeemerald git pull maplefall scroll_start_menu
  4. M

    Simple Modifications Directory

    Ah? I don't know why, it doesn't appear on pret's pokeemerald
  5. M

    Question About ROM Size

    This is the reason for the 32MB limit: 08000000-09FFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 0 0A000000-0BFFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 1 0C000000-0DFFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 2 0E000000-0E00FFFF Game Pak SRAM (max 64...
  6. M

    Question About ROM Size

    If you don't modify anything, the ROM won't get bigger
  7. M

    [Other] Read external data

    OK,I see. Is there a way to read binary files? If we can, we will no longer be limited by 32MB
  8. M

    [Other] Making pokécenters cost money

    Yes,I'm a Chinese hacker,so my English is not good.
  9. M

    Tool: Auto Tiles, Metatiles Generator | AdvanceMap Tileset and Map Exporter | and Some useful tools for Porymap

    I am also a Chinese Hacker,Can you join our production team?Please contact me on QQ,My QQ is 2940039161.
  10. M

    [Other] Read external data

    I try to put the binary file of text or image on the outside, and then write a code to load them into RAM. But when I compile it, it has the following errors: `fopen' referenced in section `.text' of src/filename.o: defined in discarded section `.text' of ../../tools/agbcc/lib/libc.a(fopen.o)...
  11. M

    [Other] Making pokécenters cost money

    After you choose the initial Pokemon, you will fight against ziguzaguma. If you don't make a judgment here, players also need to pay for restoring the wizard at this time.However, if you don't set the initial money to 0 like me, you can also not make this judgment
  12. M

    [Other] Making pokécenters cost money

    Open src/script_pokemon_util.c,edit HealPlayerParty,you You must remember to judge whether it is a match with Ziguzaguma.Then you don't need to delete removing healing events and those healing beds that are around. I haven't tried other modifications you need, but you can try them yourself
  13. M

    Simple Modifications Directory

    Increase bag item capacity(em) When I increase TMHM capacity,I discover this code: #define MAX_BAG_ITEM_CAPACITY 99 So I try to increase bag item capacity. Firstly,open include/constants/items.h,and change MAX_BAG_ITEM_CAPACITY to 999,change BAG_ITEM_CAPACITY_DIGITS to 3. Then,open...
  14. M

    Simple Modifications Directory

    Start menu Page turning My English is not very good, so please forgive me if there are grammatical errors When I added content to the start menu, I found that the menu could not accommodate the new content, so I did research Firstly,open "src/strings.c" Change the content of gText_MenuExit to...
Back
Top